6 lines
201 B
HTML
6 lines
201 B
HTML
|
{{ define "all" }}
|
||
|
{{ $image := .Resources.GetMatch "*" }}
|
||
|
{{ $resized := $image.Fill "1400x600 Top"}}
|
||
|
<img class="paysage" alt="Vue sur Crémeaux" src="{{ $resized.RelPermalink }}" />
|
||
|
{{ end }}
|