7 lines
172 B
Gemtext
7 lines
172 B
Gemtext
# David Eisinger
|
|
|
|
{{ .RawContent }}
|
|
{{ range (where .Site.RegularPages "Type" "in" "journal") -}}
|
|
=> {{ .RelPermalink | replaceRE `index.gmi` "" }} {{ .Title }}
|
|
{{ end -}}
|