davideisinger.com

My personal website
Log | Files | Refs | README

commit baeb8f38fad8fa7e5dc328dcc53327ad4c94aeb7
parent 63467ce25f1cbd6477c2c288a506530c1e61a010
Author: David Eisinger <[email protected]>
Date:   Thu, 23 Apr 2026 09:36:50 -0400

Revert "Gitea links in footer + Gemini"

This reverts commit 63467ce25f1cbd6477c2c288a506530c1e61a010.

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.davideisinger.com/dce/davideisinger.com/commit/{{ . }} {{ . }} +=> https://git.sr.ht/~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.davideisinger.com/dce/davideisinger.com/commit/{{ . }}">{{ substr . 0 7}}</a> + • <a href="https://git.sr.ht/~dce/davideisinger.com/commit/{{ . }}">{{ substr . 0 7}}</a> {{ end }} </div>