bunteshaus.de/themes/buha/layouts/partials/l1/media.html

6 lines
132 B
HTML

<article>
{{ range .context.Resources.ByType "image" }}
<img src="{{ .Permalink }}" class="borderrad4px"/>
{{ end }}
</article>