website/layouts/partials/footer.html

8 lines
268 B
HTML
Raw Normal View History

<footer>
2022-12-24 14:59:52 +01:00
<p title="Build vom {{ .Date | time.Format "2. January 2006, um 15:04 Uhr MST" }}">Version: {{ .Date | time.Format "02.01.2006" }}</p>
{{- range .Site.Menus.footer }}
<a href="{{ .URL }}">{{ .Name }}</a>
{{- end }}
</footer>