diff options
| -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> |
