aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 34fd729..1a2ae40 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -3,7 +3,7 @@
<a class="navigation-title" href="{{ "/" | absURL }}">
{{ .Site.Title }}
</a>
- {{with .Site.Menus.main}}
+ {{ with .Site.Menus.main }}
<ul class="navigation-list float-right">
{{ range sort . }}
<li class="navigation-item">
@@ -11,6 +11,6 @@
</li>
{{ end }}
</ul>
- {{end}}
+ {{ end }}
</section>
</nav>