From a6df2671742747487a24ed153817fc4a2ce18cc6 Mon Sep 17 00:00:00 2001 From: Tomas Pospisek Date: Sun, 25 Jan 2015 15:45:18 +0100 Subject: [PATCH] use protocol relative links So we do not get mixed content warnings, because we're mixing HTTPS and HTTP resources on the same page. Alternatively we could transform all absolute links/references to https:// --- dohtml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/dohtml b/dohtml index 19989e1..c48b40d 100755 --- a/dohtml +++ b/dohtml @@ -11,7 +11,7 @@ html_header() { - + $title, $date @@ -19,10 +19,10 @@ html_header() {