feat: Add contact partials
This commit is contained in:
1
layouts/shortcodes/adresse.html
Normal file
1
layouts/shortcodes/adresse.html
Normal file
@ -0,0 +1 @@
|
||||
{{ partial "contact/adresse" . }}
|
1
layouts/shortcodes/instagram.html
Normal file
1
layouts/shortcodes/instagram.html
Normal file
@ -0,0 +1 @@
|
||||
{{- partial "contact/instagram" . -}}
|
1
layouts/shortcodes/mail.html
Normal file
1
layouts/shortcodes/mail.html
Normal file
@ -0,0 +1 @@
|
||||
{{- partial "contact/mail" . -}}
|
1
layouts/shortcodes/telephone.html
Normal file
1
layouts/shortcodes/telephone.html
Normal file
@ -0,0 +1 @@
|
||||
{{- partial "contact/telephone" . -}}
|
Reference in New Issue
Block a user