7 lines
242 B
HTML
7 lines
242 B
HTML
|
|
<footer>
|
|
<span title="Revision: {{ now.Format "2. January 2006, 15:04 MST" }}">R {{ now.Format "2006-01-02" }}</span>
|
|
{{- range .Site.Menus.footer }}
|
|
<a href="{{ .URL }}">{{ .Name }}</a>
|
|
{{- end }}
|
|
</footer>
|