diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-04-26 23:21:15 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-04-26 23:21:15 +0100 |
| commit | 3182d3d8b9dee8cd8cfad641c4f01cc55005c704 (patch) | |
| tree | ab4bc179f85cab193aac42ce5c986bdfb64457f2 | |
| parent | f0de72822e2c97b99bad47da4821aa14f396dffa (diff) | |
no more need to use /gemini for geminispace
| -rw-r--r-- | default/templates/html5.xml | 2 | ||||
| -rw-r--r-- | default/templates/xhtml.xml | 2 | ||||
| -rw-r--r-- | redirect:snonux.de | 1 | ||||
| -rw-r--r-- | redirect:www.snonux.de | 2 |
4 files changed, 3 insertions, 4 deletions
diff --git a/default/templates/html5.xml b/default/templates/html5.xml index f212e17..c44fb5d 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/gemini</hyperlink> + <hyperlink>http://snonux.de</hyperlink> <noop> | </noop> <hyperlink>gemini://snonux.de</hyperlink> </div> diff --git a/default/templates/xhtml.xml b/default/templates/xhtml.xml index 9bce8c1..0f467fd 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/gemini</hyperlink> + <hyperlink>http://snonux.de</hyperlink> <noop> | </noop> <hyperlink>gemini://snonux.de</hyperlink> </div> diff --git a/redirect:snonux.de b/redirect:snonux.de deleted file mode 100644 index 38cb7db..0000000 --- a/redirect:snonux.de +++ /dev/null @@ -1 +0,0 @@ -http://snonux.de/gemini diff --git a/redirect:www.snonux.de b/redirect:www.snonux.de index 38cb7db..417b7bb 100644 --- a/redirect:www.snonux.de +++ b/redirect:www.snonux.de @@ -1 +1 @@ -http://snonux.de/gemini +http://snonux.de |
