Merge branch 'main' into microformats2
1 file changed, 3 insertions(+), 1 deletion(-)
changed files
M templates/header.html → templates/header.html
@@ -2,5 +2,7 @@ <header> <a href="{{ config.base_url }}" class="title"> <h2>{{ config.title }}</h2> </a> - <nav>{% include "nav.html" %}</nav> + <nav> + {% include "nav.html" %} + </nav> </header>