noxz-sites

A collection of a builder and various scripts creating the noxz.tech sites
git clone https://noxz.tech/git/noxz-sites.git
Log | Files | README | LICENSE

commit: 8441e8658a08ca2c10c28bf0dc63b07e7e3bcf8c
parent: 983756e22fef27dd035db320b88bae491ea0251c
author: Chris Noxz <chris@noxz.tech>
date:   Tue, 28 Dec 2021 21:13:18 +0100
fix missing git site reference
Mbuild2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build b/build
@@ -618,7 +618,7 @@ render_git_commits() {
 
 	for repo in "${SITE_GIT_REPO_ROOT}"/*; do
 		a=${repo##*/}
-		a="<a href=\"//git.${1}/${a}\">${a%.*}</a>"
+		a="<a href=\"//${1}/git/${a}\">${a%.*}</a>"
 		git -C "${repo}" log -n "${SITE_GIT_COMMIT_COUNT}"                  \
 			--no-merges                                                     \
 			--date="format:%Y-%m-%d %H:%M:%S"                               \