Link title text to home page
This commit is contained in:
parent
89d6795912
commit
50f1508961
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
|||
<a id="skip-to-content" href="#content">Skip to the content.</a>
|
||||
|
||||
<header class="page-header" role="banner">
|
||||
<h1 class="project-name">{{ page.title | default: site.title | default: site.github.repository_name }}</h1>
|
||||
<h1 class="project-name"><a href="{{ site.baseurl }}">{{ page.title | default: site.title | default: site.github.repository_name }}</a></h1>
|
||||
<h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2>
|
||||
{% if site.github.is_project_page %}
|
||||
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue