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.
master
Mike Gerwitz 2023-08-08 00:58:19 -04:00
parent 3912fc56dd
commit cdf9cac4e9
Signed by: mikegerwitz
GPG Key ID: 8C917B7F5DC51BA2
1 changed files with 1 additions and 1 deletions

View File

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