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 /layouts/partials/footer.html
parent7058a2348e9b0e4792bcece696fa1f6b96cc4019 (diff)
Fixed 'mixed content' errors with URLs
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
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>