Create sitemap and fixed footer menu

This commit is contained in:
2023-01-21 19:50:39 +01:00
parent 510c1a6a4c
commit 35a8016fc4
8 changed files with 64 additions and 11 deletions

View File

@@ -0,0 +1,10 @@
{{ define "main" }}
<a name="top">
<h1>{{ .Title }}</h1>
</a>
{{ .Content }}
<ul class="sitemap">
{{ partial "sitemap-list" .Site.Menus.main }}
</ul>
{{ partial "totop" }}
{{ end }}