diff options
| -rw-r--r-- | extras/html/footer.html.part | 2 | ||||
| -rwxr-xr-x | gemtexter | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/extras/html/footer.html.part b/extras/html/footer.html.part index 478d1f1..2d37d57 100644 --- a/extras/html/footer.html.part +++ b/extras/html/footer.html.part @@ -1,5 +1,5 @@ <p class="footer"> -Generated by <a href="https://codeberg.org/snonux/gemtexter">%%GEMTEXTER%%</a> | +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/relayd.8">relayd(8)</a>+<a href="https://man.openbsd.org/httpd.8">httpd(8)</a> | <a href="https://%%DOMAIN%%/site-mirrors.html">Site Mirrors</a> </p> @@ -6,7 +6,7 @@ declare -r ARG="$1"; shift declare CONTENT_FILTER="$1"; shift declare -r VERSION=3.0.0 -declare -r VERSION_DESCR='' +declare -r VERSION_DESCR='stable' declare -r GEMTEXTER="Gemtexter $VERSION-$VERSION_DESCR" declare -r DATE_FORMAT='--iso-8601=seconds' declare DATE=date |
