Files
David Eisinger 775439bd10 homepage fix
2025-02-19 01:16:59 -05:00

14 lines
309 B
Gemtext

{{- define "main" -}}
# David Eisinger
{{ partial "gemtext.gmi" (dict "content" .RawContent "page" $.Page) }}
## Recent Posts
{{ range first 10 (where .Site.RegularPages "Type" "in" "journal") -}}
=> {{ .RelPermalink | replaceRE `index.gmi` "" }} {{ .Title }}
{{ end }}
=> /journal/ All Posts
{{- end -}}