Gitea links in footer + Gemini
All checks were successful
Deploy / deploy (push) Successful in 12m15s

This commit is contained in:
David Eisinger
2026-04-16 23:42:29 -04:00
parent a65638b1f3
commit 63467ce25f
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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>