Link title text to home page

This commit is contained in:
HatScripts 2021-06-27 12:19:01 +10:00 committed by GitHub
parent 89d6795912
commit 50f1508961
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>