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