From 218e0283fcf805a20e36cbf211879c8fa4adcd9b Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 14 Jan 2017 18:31:57 +0100 Subject: haunt: Load favicon via https. --- haunt.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haunt.scm b/haunt.scm index 6dc65c7..f5a7025 100644 --- a/haunt.scm +++ b/haunt.scm @@ -200,7 +200,7 @@ in parentheses." (type "text/css") (href "/css/screen.css"))) (link (@ (rel "shortcut icon") - (href "http://elephly.net/favicon.ico"))) + (href "https://elephly.net/favicon.ico"))) (script (@ (type "text/javascript") (src "/js/libs/jquery-1.6.2.min.js"))) (script (@ (type "text/javascript") (src "/js/deobfuscate.js"))) (script (@ (type "text/javascript") (src "/js/hyphenator/Hyphenator.js"))) -- cgit v1.2.3