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 | |
| parent | 2973526567a392d6946af2af82ac8efd93c14d7a (diff) | |
use https instead of http
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 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> diff --git a/default/templates/xhtml.xml b/default/templates/xhtml.xml index 6c10194..149114b 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://buetow.org</hyperlink> + <hyperlink>https://buetow.org</hyperlink> <noop> | </noop> <hyperlink>gemini://buetow.org</hyperlink> </div> |
