diff options
| author | Paul Buetow <paul@buetow.org> | 2024-12-08 11:54:20 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-12-08 11:54:20 +0200 |
| commit | 22826aa26119446091929e2199c18f896c3f149c (patch) | |
| tree | 9a74d011e913e6c30b4090f979ffe6a3cca24481 | |
| parent | 93e3743747bd0b4f2af73276932d3b455a076b12 (diff) | |
name it stable
| -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 |
