qrz.is/layouts/partials/footer.html
Michael Clemens b7deb5c167 new design
2021-07-15 19:45:57 +02:00

9 lines
411 B
HTML

<footer>
<hr style="border-style: solid; size: 1px; border-color: orange" />
<p>&copy; {{ now.Year }} <a style="text-decoration: none" href="{{ .Site.BaseURL }}"><b>{{ if .Site.Copyright }}{{ .Site.Copyright }}{{ else }}{{ .Site.Title }}{{ end }}</b></a>
{{- range .Site.Menus.footer }}
- <a style="text-decoration: none" rel="me" href="{{ .URL }}"><b>{{ .Name }}</b></a>
{{- end }}
</p>
</footer>