Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Severin <severinderek@gmail.com>2019-01-07 16:20:24 +0300
committerDerek Severin <severinderek@gmail.com>2019-01-07 16:20:24 +0300
commitddfda8f1adb9678549bc6542880f4cfb06afb2cc (patch)
treeee4ec7c91c1639b5f5bc5c54037c67c698236732
parent7058a2348e9b0e4792bcece696fa1f6b96cc4019 (diff)
Fixed 'mixed content' errors with URLs
-rw-r--r--exampleSite/content/pro/the-awesome-company/_index.md2
-rw-r--r--layouts/partials/footer.html2
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 @@
{{ "<!-- FOOTER.HTML -->" | safeHTML }}
-<p>Powered by <a href="http://gohugo.io/">Hugo</a> ...</p>
+<p>Powered by <a href="https://gohugo.io/">Hugo</a></p>