diff options
Diffstat (limited to 'templates/header.html')
-rw-r--r-- | templates/header.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/templates/header.html b/templates/header.html index 64c79f0..db5b921 100644 --- a/templates/header.html +++ b/templates/header.html @@ -1,4 +1,6 @@ -<a href="{{ config.base_url }}" class="title"> - <h2>{{ config.title }}</h2> -</a> -<nav>{% include "nav.html" %}</nav> +<header> + <a href="{{ config.base_url }}" class="title"> + <h2>{{ config.title }}</h2> + </a> + <nav>{% include "nav.html" %}</nav> +</header> |