summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-12-28 21:15:26 +0000
committerPaul Buetow <paul@buetow.org>2021-12-28 21:15:26 +0000
commit59a741034af9c7ff2aed9ed0c28a7e73bb89dd05 (patch)
tree31cc3492ba69306afa63591f3416b6a8a2ddcf64
parentbea85c18094b4f7dac869d1d7adfb2430fe7ddad (diff)
use snonux.de as default domain - add html footer info
-rw-r--r--footer.html.part1
-rw-r--r--gemtexter.conf2
2 files changed, 2 insertions, 1 deletions
diff --git a/footer.html.part b/footer.html.part
index 308b1d0..a8fabb8 100644
--- a/footer.html.part
+++ b/footer.html.part
@@ -1,2 +1,3 @@
+<p class="quote"><i>Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a>, served by <a href="https://www.OpenBSD.org">OpenBSD</a>/<a href="https://man.openbsd.org/httpd.8">httpd(8)</a></i></p>
</body>
</html>
diff --git a/gemtexter.conf b/gemtexter.conf
index c81a0a4..6d41f0d 100644
--- a/gemtexter.conf
+++ b/gemtexter.conf
@@ -1,4 +1,4 @@
-declare -xr DOMAIN=buetow.org
+declare -xr DOMAIN=snonux.de
declare -xr SUBTITLE='Having fun with computers!'
declare -xr AUTHOR='Paul Buetow'
declare -xr EMAIL='comments@mx.buetow.org'