Gemini footer

This commit is contained in:
David Eisinger
2025-02-19 01:02:53 -05:00
parent f4f743ba2a
commit 340713952e
8 changed files with 27 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
{{- block "main" . }}{{- end }}
✱ ✱ ✱
=> https://dispatch.davideisinger.com/subscription/form Subscribe via email
=> https://davideisinger.com/index.xml Feed
=> https://davideisinger.com/about/#contact Contact
Rendered {{ now | dateFormat "2006-01-02 15:04:05 MST" }}
{{- with site.Params.git.commit }}
=> https://git.sr.ht/~dce/davideisinger.com/commit/{{ . }} {{ . }}
{{ end -}}
=> https://creativecommons.org/licenses/by/4.0/deed.en © CC BY 4.0

View File

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

View File

@@ -1,2 +1,4 @@
{{- define "main" -}}
# {{ .Title }}
{{ partial "gemtext.gmi" (dict "content" .RawContent "page" $.Page) }}
{{- end -}}

View File

@@ -1,5 +1,7 @@
{{- define "main" -}}
# {{ .Title }}
{{ range .RegularPages -}}
=> {{ .RelPermalink | replaceRE `index.gmi` "" }} {{ .Title }}
{{ end -}}
{{- end -}}

View File

@@ -1,5 +1,7 @@
{{- define "main" -}}
# {{ .Title }}
{{ range .Data.Terms.Alphabetical -}}
=> {{ .Page.RelPermalink | replaceRE `index.gmi` "" }} {{ .Page.Title }}
{{ end -}}
{{- end -}}