From 18892afa7b97f3cffc71462e99e69d775609c3af Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 13 Jan 2022 23:54:17 +0000 Subject: add mirrors to footer --- footer.html.part | 6 +++++- lib/generate.source.sh | 2 +- style.css | 4 ++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/footer.html.part b/footer.html.part index a8fabb8..a280ddc 100644 --- a/footer.html.part +++ b/footer.html.part @@ -1,3 +1,7 @@ -

Generated with Gemtexter, served by OpenBSD/httpd(8)

+ 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" diff --git a/style.css b/style.css index 8682def..686d63d 100644 --- a/style.css +++ b/style.css @@ -60,6 +60,10 @@ p.quote { color: cyan; } +p.footer { + color: #ffa500; +} + p.quote:before { content: " « "; padding-left: 2px; -- cgit v1.2.3