diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2020-01-06 19:09:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-06 19:09:46 +0100 |
| commit | 9d22819dbae5fd44f3bd4adb3eb38454200f6c7f (patch) | |
| tree | 1081d01dcabd36be42ae1f62fea692bdddbb31da /_includes | |
| parent | f787baf3be7257bd93cfd44a813b7f2d803cafb5 (diff) | |
| download | wiki-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.html | 2 |
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> |
