ariadne.space/layouts/index.html

7 lines
138 B
HTML
Raw Normal View History

2022-08-02 16:59:11 +00:00
{{ define "main" }}
{{ range first 10 (where .Site.RegularPages "Section" "blog") }}
{{ .Render "summary" }}
{{ end }}
{{ end }}