Add list pages

This commit is contained in:
David Eisinger
2025-02-16 02:17:09 -05:00
parent 118e61e010
commit 555f7f9d68
4 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# {{ strings.ToLower .Title }}
{{ range .RegularPages -}}
=> {{ .RelPermalink | replaceRE `index.gmi` "" }} {{ .Title }}
{{ end -}}