davideisinger.com

My personal website
Log | Files | Refs | README

commit 63467ce25f1cbd6477c2c288a506530c1e61a010
parent a65638b1f34fef490c078aec84cea47b66acff0b
Author: David Eisinger <[email protected]>
Date:   Thu, 16 Apr 2026 23:42:29 -0400

Gitea links in footer + Gemini

Diffstat:
Mthemes/v2/layouts/_default/baseof.gmi | 2+-
Mthemes/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 @@ -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 @@ -12,7 +12,7 @@ <div class="mobile-hidden"> Rendered {{ now | dateFormat "2006-01-02 15:04:05 MST" }} {{ with site.Params.git.commit }} - • <a href="https://git.sr.ht/~dce/davideisinger.com/commit/{{ . }}">{{ substr . 0 7}}</a> + • <a href="https://git.davideisinger.com/dce/davideisinger.com/commit/{{ . }}">{{ substr . 0 7}}</a> {{ end }} </div>