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 +- layouts/partials/footer.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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:" +++ diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 684e38e..946283f 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,2 +1,2 @@ {{ "" | safeHTML }} -

Powered by Hugo ...

+

Powered by Hugo

-- cgit v1.2.3