From ddfda8f1adb9678549bc6542880f4cfb06afb2cc Mon Sep 17 00:00:00 2001 From: Derek Severin Date: Mon, 7 Jan 2019 14:20:24 +0100 Subject: Fixed 'mixed content' errors with URLs --- exampleSite/content/pro/the-awesome-company/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exampleSite/content/pro/the-awesome-company/_index.md') diff --git a/exampleSite/content/pro/the-awesome-company/_index.md b/exampleSite/content/pro/the-awesome-company/_index.md index ccb675f..4c17c16 100644 --- a/exampleSite/content/pro/the-awesome-company/_index.md +++ b/exampleSite/content/pro/the-awesome-company/_index.md @@ -4,7 +4,7 @@ startDate = "2010-06-01" endDate = "2012-02-01" #image = "hero.jpg" small_image = "comp1.png" -small_url = "http://some_url.url" +small_url = "https://some_url.url" posts_title = "PROJECTS:" +++ -- cgit v1.2.3