7 lines
225 B
Gemtext
7 lines
225 B
Gemtext
# David Eisinger
|
|
|
|
{{ partial "gemtext.gmi" (dict "content" .RawContent "page" $.Page) }}
|
|
{{ range (where .Site.RegularPages "Type" "in" "journal") -}}
|
|
=> {{ .RelPermalink | replaceRE `index.gmi` "" }} {{ .Title }}
|
|
{{ end -}}
|