bunteshaus.de/themes/buha/layouts/shortcodes/picture.html

5 lines
170 B
HTML
Raw Normal View History

2022-04-04 05:39:34 +02:00
{{ $p := .Params }}
{{ range $p }}
{{- $pic := index ($.Page.Resources.ByType "image") . -}}
<img src="{{- $pic.Permalink -}}" style="border-radius: 15px;" />
{{ end }}