diff options
-rw-r--r-- | haunt.scm | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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")) |