feat: Add contact partials

This commit is contained in:
2021-06-11 15:59:39 +02:00
parent ea32c9cb09
commit 01aafb89a1
9 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,3 @@
{{- with .Site.Data.contact.telephone -}}
<a class="tel" href="tel:{{ . }}">{{ . }}</a>
{{- end -}}