We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08229f3 + 0f8ce8f commit df4c410Copy full SHA for df4c410
_layouts/default.html
@@ -16,9 +16,7 @@
16
<a id="skip-to-content" href="#content">Skip to the content.</a>
17
18
<header class="page-header" role="banner">
19
- <h1 class="project-name">{{ page.title | default: site.title | default: site.github.repository_name }}</h1>
20
- <h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2>
21
-
+ <h1 class="project-name">{{ page.description | default: site.description | default: site.github.repository_name }}</h1>
22
</header>
23
24
<main id="content" class="main-content" role="main">
0 commit comments