Files
alexis.lahouze.org/layouts/home.html
T
2026-02-13 18:09:53 +01:00

7 lines
156 B
HTML

{{ define "main" }}
{{ .Content }}
{{ range .Site.RegularPages }}
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
{{ end }}
{{ end }}