From cdf9cac4e994db4fc8f04e8601a4a575203f51fa Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 8 Aug 2023 00:58:19 -0400 Subject: [PATCH] src/post2html: Use forge.mikegerwitz.com for post history The date on posts is supposed to be a link to the commit history for that post. This was broken when moving to forgejo. --- src/post2html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/post2html b/src/post2html index eeafa77..b68ab7c 100755 --- a/src/post2html +++ b/src/post2html @@ -29,7 +29,7 @@ # the date, and we want to do all HTML processing now. ## -declare -r srcref=/projects/thoughts/tree +declare -r srcref=https://forge.mikegerwitz.com/mikegerwitz/thoughts/commits/branch/master set -euo pipefail