diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-04-25 12:51:15 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-04-25 12:51:15 +0100 |
| commit | f0de72822e2c97b99bad47da4821aa14f396dffa (patch) | |
| tree | 429e681baa599b5f433f4a43ecaeb2a580a4526d | |
| parent | 013bd64b72087481c8e9c93ecf27c52c3f7f618d (diff) | |
work around due to permanently cached redirect
| -rw-r--r-- | default/templates/html5.xml | 2 | ||||
| -rw-r--r-- | default/templates/xhtml.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/default/templates/html5.xml b/default/templates/html5.xml index c44fb5d..f212e17 100644 --- a/default/templates/html5.xml +++ b/default/templates/html5.xml @@ -14,7 +14,7 @@ <body> <div class="noticeheader"> <type class="bold">This is my old internet site, the new one is: </type> - <hyperlink>http://snonux.de</hyperlink> + <hyperlink>http://snonux.de/gemini</hyperlink> <noop> | </noop> <hyperlink>gemini://snonux.de</hyperlink> </div> diff --git a/default/templates/xhtml.xml b/default/templates/xhtml.xml index 0f467fd..9bce8c1 100644 --- a/default/templates/xhtml.xml +++ b/default/templates/xhtml.xml @@ -16,7 +16,7 @@ <body> <div class="noticeheader"> <type class="bold">This is my old internet site, the new one is: </type> - <hyperlink>http://snonux.de</hyperlink> + <hyperlink>http://snonux.de/gemini</hyperlink> <noop> | </noop> <hyperlink>gemini://snonux.de</hyperlink> </div> |
