site/themes/rb/layouts/index.html
Jef Roosens ea1970caa7
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
write intro texts for the various projects
2024-06-06 17:07:01 +02:00

9 lines
162 B
HTML

{{ define "main" }}
{{ .Content }}
<h3>Latest posts</h3>
<ul id="posts">
{{ range first 15 .Site.RegularPages }}
{{ .Render "li" }}
{{ end }}
</ul>
{{ end }}