hugo-page-test/themes/tsc_vfl/layouts/_default/sitemap.html

11 lines
222 B
HTML

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