From a3c4118ea01817c8dc9d99efdbaf9e1bd688e9e0 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 24 Feb 2021 09:58:22 +0100 Subject: Use HTTPS throughout. --- haunt.scm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/haunt.scm b/haunt.scm index 461d39b..57f3f88 100644 --- a/haunt.scm +++ b/haunt.scm @@ -40,24 +40,24 @@ `(div (@ (class "fineprint")) (div (@ (class "license")) (a (@ (rel "license") - (href "http://creativecommons.org/licenses/by-sa/3.0/")) + (href "https://creativecommons.org/licenses/by-sa/3.0/")) (img (@ (alt "Creative Commons License") (style "border-width:0") - (src "http://i.creativecommons.org/l/by-sa/3.0/80x15.png")))) - (span (@ (xmlns:dct "http://purl.org/dc/terms/") - (href "http://purl.org/dc/dcmitype/StillImage") + (src "https://i.creativecommons.org/l/by-sa/3.0/80x15.png")))) + (span (@ (xmlns:dct "https://purl.org/dc/terms/") + (href "https://purl.org/dc/dcmitype/StillImage") (property "dct:title") (rel "dct:type")) ,(post-ref post 'title)) " by " - (a (@ (xmlns:cc "http://creativecommons.org/ns#") - (href "http://elephly.net") + (a (@ (xmlns:cc "https://creativecommons.org/ns#") + (href "https://elephly.net") (property "cc:attributionName") (rel "cc:attributionURL")) "Ricardo Wurmus") " is licensed under a " (a (@ (rel "license") - (href "http://creativecommons.org/licenses/by-sa/3.0/")) + (href "https://creativecommons.org/licenses/by-sa/3.0/")) "Creative Commons Attribution-ShareAlike 3.0 Unported License"))) '()))) @@ -258,7 +258,7 @@ in parentheses." (define %make-slug post/file-base-name) (site #:title "Rekado" - #:domain "http://elephly.net" + #:domain "https://elephly.net" #:default-metadata '((author . "Ricardo Wurmus") (email . "rekado+web@elephly.net")) -- cgit v1.2.3