Fix typos

This commit is contained in:
panr
2019-01-29 11:18:14 +01:00
parent e65d3fbbc8
commit 802b2f1312
7 changed files with 15 additions and 15 deletions

View File

@ -5,7 +5,7 @@
</div>
<div class="menu-trigger">menu</div>
</div>
{{ if len .Site.Menus }}
{{ if len $.Site.Menus }}
{{ partial "menu.html" . }}
{{ end }}
</header>