feat: Add contact partials
This commit is contained in:
6
layouts/partials/contact/adresse.html
Normal file
6
layouts/partials/contact/adresse.html
Normal file
@ -0,0 +1,6 @@
|
||||
{{- with .Site.Data.contact.adresse -}}
|
||||
<p>
|
||||
{{ .rue }} <br>
|
||||
{{ .cp }}{{ " " }}{{ .ville }}
|
||||
</p>
|
||||
{{- end -}}
|
Reference in New Issue
Block a user