Add header layouts and hamburger menu layout

Ref #167, #88, #43, #29
This commit is contained in:
James Panther
2022-06-27 12:31:15 +10:00
parent efbeceaa4f
commit e2b7af1e72
13 changed files with 204 additions and 66 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{{ if .IsTranslated }}
<nav class="inline">
<div class="inline">
{{ range .AllTranslations }}
<a href="{{ .RelPermalink }}">{{ .Language.Params.displayName | emojify }}</a>
{{ end }}
</nav>
</div>
{{ end }}