summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-01-13 23:54:17 +0000
committerPaul Buetow <paul@buetow.org>2022-01-13 23:54:17 +0000
commit18892afa7b97f3cffc71462e99e69d775609c3af (patch)
treef242ab846e28b1a693c7bd1993fca36f03a22754 /lib
parent34d6555bb0d8c46c977660c1af36e3cfb445818b (diff)
add mirrors to footer
Diffstat (limited to 'lib')
-rw-r--r--lib/generate.source.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/generate.source.sh b/lib/generate.source.sh
index d3ff584..53e7a6b 100644
--- a/lib/generate.source.sh
+++ b/lib/generate.source.sh
@@ -98,7 +98,7 @@ generate::_fromgmi () {
if [[ -z "$title" ]]; then
title=$SUBTITLE
fi
- $SED -i "s|%%TITLE%%|$title|g" "$dest.tmp"
+ $SED -i "s|%%TITLE%%|$title|g; s|%%DOMAIN%%|$DOMAIN|g" "$dest.tmp"
mv "$dest.tmp" "$dest"
git::add "$format" "$dest"