7 lines
252 B
HTML
7 lines
252 B
HTML
|
{{ $headless := .Site.GetPage "/viemunicipale/lemotdumaire" }}
|
||
|
<center>
|
||
|
{{ $image := $headless.Resources.GetMatch "*" }}
|
||
|
{{ $resized := $image.Resize "300x" }}
|
||
|
<img class="round" src="{{ $resized.RelPermalink }}" alt="Didier PONCET" />
|
||
|
</center>
|