diff options
Diffstat (limited to 'templates/header.html')
-rw-r--r-- | templates/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/header.html b/templates/header.html index 43f6c40..f92e903 100644 --- a/templates/header.html +++ b/templates/header.html @@ -1,6 +1,6 @@ <header> <a href="{{ get_url(path="@/_index.md", lang=lang) }}" class="title"> - <h2>{{ config.title }}</h2> + <h1>{{ config.title }}</h1> </a> <nav> {% include "nav.html" %} |