Files
2024-11-13 22:27:02 +01:00

12 lines
269 B
HTML

<footer>
{{ partialCached "social-icons.html" . }}
<section>
{{ .Site.Copyright }}
{{ range .Site.Menus.footer }}
<a {{ with .Params.rel -}}rel="{{ . }}"{{ end -}} href="{{ .URL }}">
{{ .Name }}
</a>
{{ end }}
</section>
</footer>