fix rss feeds; move stuff around

This commit is contained in:
Jef Roosens 2024-06-06 09:54:26 +02:00
parent cd10df9d32
commit 323b9e2e3c
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
9 changed files with 16 additions and 60 deletions

View file

@ -2,9 +2,8 @@
{{ .Content }}
<h3>Latest blog posts</h3>
<ul id="posts">
{{ range .Site.RegularPages }}
{{ range first 15 .Site.RegularPages }}
{{ .Render "li" }}
{{ end }}
</ul>
<a href="{{ .Permalink }}">Older</a>
{{ end }}