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/templates/xhtml.xml | |
| parent | 3008426206bd8bee9fd5f7bbc9bbce2e85a67a2d (diff) | |
fix
Diffstat (limited to 'default/templates/xhtml.xml')
| -rw-r--r-- | default/templates/xhtml.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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> |
