diff --git a/layouts/partials/blocks/templates/contact.html b/layouts/partials/blocks/templates/contact.html index 883b8fec3bad00a05c881ab6169ea463fbb3cdba..dfc3d5157673b3a556e18fdb5560c0b822b40035 100644 --- a/layouts/partials/blocks/templates/contact.html +++ b/layouts/partials/blocks/templates/contact.html @@ -24,6 +24,9 @@ {{ if .name }} <p itemprop="name">{{ .name }}</p> {{ end }} + {{ with .information }} + {{ partial "PrepareHTML" . }} + {{ end }} {{ with .address }} {{ if or .address .city .zipcode .country }} <div itemprop="address" itemscope itemtype="https://schema.org/PostalAddress"> @@ -51,6 +54,9 @@ </div> {{ end }} {{ end }} + {{ with .url }} + <a href="{{ . }}" target="_blank" rel="noreferrer">{{ . }}</a> + {{ end }} <p> {{ range .phone_numbers }} <a itemprop="telephone" href="tel:{{ . }}">{{ . }}</a><br>