Change a couple GitHub links to sourcehut

This commit is contained in:
David Eisinger
2024-10-09 11:23:56 -04:00
parent 76008260c1
commit c6d24dde3f
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
<div class="mobile-hidden">
Rendered {{ now | dateFormat "2006-01-02 15:04:05 MST" }}
{{ with site.Params.git.last_commit }}
<a href="https://github.com/dce/davideisinger.com/commit/{{ .hash }}">{{ substr .hash 0 7}}</a>
<a href="https://git.sr.ht/~dce/davideisinger.com/commit/{{ .hash }}">{{ substr .hash 0 7}}</a>
{{ end }}
</div>