Files
kossa c71365735b
Deploy Hugo Site / Deploy Batch Tools on beta.batch.tools (push) Successful in 1m17s
koh libong entry
2024-04-07 18:29:26 +02:00

9 lines
371 B
HTML

{{ $image := (.Page.Resources.ByType "image") }}
{{ with $image }}
<div class="columns-1 md:columns-3 gap-4 not-prose">
{{ range . }}
{{ $resized := .Resize "512x webp q70" }}
<a class="" href="{{ .Permalink }}" data-lightbox="x"><img class="mb-4 rounded-lg" src="{{ $resized.Permalink }}" /></a>
{{ end }}
</div>
{{ end }}