diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-04-25 10:57:25 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-04-25 10:57:25 +0100 |
| commit | 013bd64b72087481c8e9c93ecf27c52c3f7f618d (patch) | |
| tree | 28e0cde494ae5b4ecab529119e64b6a2a2175741 /default | |
| parent | 3008426206bd8bee9fd5f7bbc9bbce2e85a67a2d (diff) | |
fix
Diffstat (limited to 'default')
| -rw-r--r-- | default/templates/html5.xml | 4 | ||||
| -rw-r--r-- | default/templates/xhtml.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/default/templates/html5.xml b/default/templates/html5.xml index c866a73..c44fb5d 100644 --- a/default/templates/html5.xml +++ b/default/templates/html5.xml @@ -14,9 +14,9 @@ <body> <div class="noticeheader"> <type class="bold">This is my old internet site, the new one is: </type> - <hyperlink href="gemini://snonux.de" /> + <hyperlink>http://snonux.de</hyperlink> <noop> | </noop> - <hyperlink href="http://snonux.de" /> + <hyperlink>gemini://snonux.de</hyperlink> </div> <div class="header"> <type class="bold">A fortune quote: </type> diff --git a/default/templates/xhtml.xml b/default/templates/xhtml.xml index 00632fa..0f467fd 100644 --- a/default/templates/xhtml.xml +++ b/default/templates/xhtml.xml @@ -16,9 +16,9 @@ <body> <div class="noticeheader"> <type class="bold">This is my old internet site, the new one is: </type> - <hyperlink href="gemini://snonux.de" /> + <hyperlink>http://snonux.de</hyperlink> <noop> | </noop> - <hyperlink href="http://snonux.de" /> + <hyperlink>gemini://snonux.de</hyperlink> </div> <div class="header"> <type class="bold">A fortune quote: </type> |
