feat: initial import

This commit is contained in:
Iain Learmonth 2026-01-10 13:42:14 +00:00
commit 03ab1091b1
50 changed files with 1146 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{{ range site.Params.contact.methods }}
<div class="contact-page__method">
<h6 class="no-bottom-margin">{{ T .name }}</h6>
<a class="contact-page__method__content" href="{{ .link | safeURL }}">{{ .display }}</a>
</div>
{{ end }}