diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-01 12:33:47 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-01 12:33:47 +0100 |
| commit | e25c30e9e1070912176ce4bf732143f48c647c74 (patch) | |
| tree | d3634c2acbdee6cc6db0d690dbd7968751c3e1f8 /default/templates/html5.xml | |
| parent | 2973526567a392d6946af2af82ac8efd93c14d7a (diff) | |
use https instead of http
Diffstat (limited to 'default/templates/html5.xml')
| -rw-r--r-- | default/templates/html5.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default/templates/html5.xml b/default/templates/html5.xml index eb535be..e81e336 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://buetow.org</hyperlink> + <hyperlink>https://buetow.org</hyperlink> <noop> | </noop> <hyperlink>gemini://buetow.org</hyperlink> </div> |
