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 /default | |
| parent | f0de72822e2c97b99bad47da4821aa14f396dffa (diff) | |
no more need to use /gemini for geminispace
Diffstat (limited to 'default')
| -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 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> |
