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 @@
{{ partial "contact/adresse" . }}

View File

@ -0,0 +1 @@
{{- partial "contact/instagram" . -}}

View File

@ -0,0 +1 @@
{{- partial "contact/mail" . -}}

View File

@ -0,0 +1 @@
{{- partial "contact/telephone" . -}}