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 /exampleSite/content/pro/the-awesome-company/_index.md
parent7058a2348e9b0e4792bcece696fa1f6b96cc4019 (diff)
Fixed 'mixed content' errors with URLs
Diffstat (limited to 'exampleSite/content/pro/the-awesome-company/_index.md')
-rw-r--r--exampleSite/content/pro/the-awesome-company/_index.md2
1 files changed, 1 insertions, 1 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:"
+++