cremeaux/layouts/partials/maire.html

7 lines
260 B
HTML
Raw Normal View History

2020-09-02 16:54:03 +02:00
{{ $headless := .Site.GetPage "/viemunicipale/lemotdumaire" }}
2020-10-21 16:23:05 +02:00
<div class="maire">
2020-09-02 16:54:03 +02:00
{{ $image := $headless.Resources.GetMatch "*" }}
{{ $resized := $image.Resize "300x" }}
<img class="round" src="{{ $resized.RelPermalink }}" alt="Didier PONCET" />
2020-10-21 16:23:05 +02:00
</div>