davideisinger.com

My personal website
Log | Files | Refs | README

commit c6d24dde3fbf93d557c7bd4eb89d04baa5651110
parent 76008260c1e0c5cba41da963c6af0103f6229270
Author: David Eisinger <[email protected]>
Date:   Wed,  9 Oct 2024 11:23:56 -0400

Change a couple GitHub links to sourcehut

Diffstat:
Mcontent/pages/about.md | 4++--
Mthemes/v2/layouts/partials/footer.html | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/pages/about.md b/content/pages/about.md @@ -62,7 +62,7 @@ The links on the homepage are pulled from my [Pinboard bookmarks][16]. I create I manage my [monthly dispatch emails][18] with [Listmonk][19], also running as a container behind a Caddy proxy. -Source code is available on [GitHub][20]. +Source code is available on [sourcehut][20]. [12]: https://gohugo.io/ [13]: https://pragprog.com/titles/bhhugo/build-websites-with-hugo/ @@ -72,4 +72,4 @@ Source code is available on [GitHub][20]. [17]: https://w3m.sourceforge.net/ [18]: https://dispatch.davideisinger.com/archive [19]: https://listmonk.app/ -[20]: https://github.com/dce/davideisinger.com/ +[20]: https://git.sr.ht/~dce/davideisinger.com 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.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>