diff options
author | Linus Nordberg <linus@nordberg.se> | 2022-08-07 17:04:41 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2022-08-07 17:04:41 +0200 |
commit | f3848af0fc33d475bc57736246e97d2fcc0b13c2 (patch) | |
tree | 0f78bc2e816a567af44b79deeaebbcaa839d55ed | |
parent | ec649a7b354eaba55aea47ac7118fe5e7614de9b (diff) |
make the onion link in the footer HTTPS
-rw-r--r-- | hugo/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hugo/config.toml b/hugo/config.toml index 6e36b1a..0d29f9b 100644 --- a/hugo/config.toml +++ b/hugo/config.toml @@ -9,7 +9,7 @@ theme = "researcher" logo = "/media/logo.svg" [params.footer] text = "er3n3jnvoyj2t37yngvzr35b6f4ch5mgzl3i6qlkvyhzmaxo62nlqmqd.onion" - url = "http://er3n3jnvoyj2t37yngvzr35b6f4ch5mgzl3i6qlkvyhzmaxo62nlqmqd.onion/" + url = "https://er3n3jnvoyj2t37yngvzr35b6f4ch5mgzl3i6qlkvyhzmaxo62nlqmqd.onion/" [params.style] # appearance options (can be omitted) fontFamily = "Outfit" pageWidth = "750px" |