hugo-bearcub/layouts/partials/footer.html
2025-04-14 10:37:06 +02:00

3 lines
174 B
HTML

<small>
{{ .Site.Copyright }} {{ range $title, $link := .Site.Params.links }} | <a rel="me" href="{{ $link }}" class="white-link">{{ title $title }}</a> {{ end }}
</small>