Files
knaeckeboot-eu/themes/bluewater/layouts/partials/post-gallery.html
T

6 lines
196 B
HTML

{{ $image := (.Page.Resources.ByType "image") }}
{{ with $image }}
{{ range . }}
<a href="{{ .Permalink }}" data-lightbox="x"><img src="{{ .Permalink }}" /></a>
{{ end }}
{{ end }}