davideisinger.com

My personal website
Log | Files | Refs | README

commit 5d1a76e3cb3c3308133d282bf705142d16276cb0
parent 4d60bfcd0ab1ba41f149b003a208cecde8c5717c
Author: David Eisinger <[email protected]>
Date:   Wed,  9 Sep 2026 00:39:15 -0400

Link to git.davideisinger.com in footer

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 @@ -9,6 +9,6 @@ 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/davideisinger.com/commit/{{ . }}.html {{ . }} {{ 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/davideisinger.com/commit/{{ . }}.html">{{ substr . 0 7}}</a> {{ end }} </div>