summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2020-01-06 19:09:46 +0100
committerGitHub <noreply@github.com>2020-01-06 19:09:46 +0100
commit9d22819dbae5fd44f3bd4adb3eb38454200f6c7f (patch)
tree1081d01dcabd36be42ae1f62fea692bdddbb31da /_includes
parentf787baf3be7257bd93cfd44a813b7f2d803cafb5 (diff)
downloadwiki-9d22819dbae5fd44f3bd4adb3eb38454200f6c7f.tar.gz
wiki-9d22819dbae5fd44f3bd4adb3eb38454200f6c7f.tar.bz2
wiki-9d22819dbae5fd44f3bd4adb3eb38454200f6c7f.zip
<h1> for title
Diffstat (limited to '_includes')
-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>