From 63467ce25f1cbd6477c2c288a506530c1e61a010 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Thu, 16 Apr 2026 23:42:29 -0400 Subject: [PATCH] Gitea links in footer + Gemini --- themes/v2/layouts/_default/baseof.gmi | 2 +- themes/v2/layouts/partials/footer.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/v2/layouts/_default/baseof.gmi b/themes/v2/layouts/_default/baseof.gmi index 84cc38f..8a82208 100644 --- a/themes/v2/layouts/_default/baseof.gmi +++ b/themes/v2/layouts/_default/baseof.gmi @@ -8,7 +8,7 @@ Rendered {{ now | dateFormat "2006-01-02 15:04:05 MST" }} {{- with site.Params.git.commit }} -=> https://git.sr.ht/~dce/davideisinger.com/commit/{{ . }} {{ . }} +=> https://git.davideisinger.com/dce/davideisinger.com/commit/{{ . }} {{ . }} {{ end -}} => https://creativecommons.org/licenses/by/4.0/deed.en © CC BY 4.0 diff --git a/themes/v2/layouts/partials/footer.html b/themes/v2/layouts/partials/footer.html index c0107ac..1159e82 100644 --- a/themes/v2/layouts/partials/footer.html +++ b/themes/v2/layouts/partials/footer.html @@ -12,7 +12,7 @@
Rendered {{ now | dateFormat "2006-01-02 15:04:05 MST" }} {{ with site.Params.git.commit }} - • {{ substr . 0 7}} + • {{ substr . 0 7}} {{ end }}