shortcodes/recent-items.html
2023-05-03 20:30:33 -04:00

5 lines
No EOL
98 B
HTML

<div class="gallery">
{{range first 3 .Site.RegularPages}}
{{partial "item" .}}
{{end}}
</div>