hugo-sr2/layouts/_partials/contact.html

7 lines
227 B
HTML
Raw Normal View History

2026-01-10 13:42:14 +00:00
{{ range site.Params.contact.methods }}
<div class="contact-method">
<h6 class="contact-method__name">{{ T .name }}</h6>
<a class="contact-method__content" href="{{ .link | safeURL }}">{{ .display }}</a>
</div>
{{ end }}