website/layouts/partials/footer.html

8 lines
246 B
HTML
Raw Normal View History

<footer>
2022-11-28 18:32:29 +01:00
<p title="Revision vom {{ now.Format "2. January 2006, um 15:04 Uhr MST" }}">R {{ now.Format "2006-01-02" }}</p>
{{- range .Site.Menus.footer }}
<a href="{{ .URL }}">{{ .Name }}</a>
{{- end }}
</footer>