summaryrefslogtreecommitdiff
path: root/_includes/git-wiki/sections
diff options
context:
space:
mode:
Diffstat (limited to '_includes/git-wiki/sections')
-rw-r--r--_includes/git-wiki/sections/header/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/git-wiki/sections/header/header.html b/_includes/git-wiki/sections/header/header.html
index cd2f322..38ec85b 100644
--- a/_includes/git-wiki/sections/header/header.html
+++ b/_includes/git-wiki/sections/header/header.html
@@ -18,7 +18,7 @@
{% if site.logo_url %}
{% include git-wiki/components/logo/logo.html %}
{% else %}
- {{ site.title | escape }}
+ <h1>{{ site.title | escape }}</h1>
{% endif %}
</div>