commit 3a9b3bffef6a378cede492897ea895c1d7659d84
parent 9726b8d80658c6cf3c092c21484548aba6f64a68
Author: Radek Kozieł <radoslaw.koziel@gmail.com>
Date: Fri, 9 Jun 2023 19:15:31 +0200
Merge pull request #472 from PolaricEntropy/PolaricEntropy-patch-1
Fix non-https link to gohugo.io
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
@@ -5,7 +5,7 @@
<span>{{ $.Site.Copyright | safeHTML }}</span>
{{ else }}
<div class="copyright">
- <span>© {{ now.Year }} Powered by <a href="http://gohugo.io">Hugo</a></span>
+ <span>© {{ now.Year }} Powered by <a href="https://gohugo.io">Hugo</a></span>
{{ end }}
<span>:: <a href="https://github.com/panr/hugo-theme-terminal" target="_blank">Theme</a> made by <a href="https://github.com/panr" target="_blank">panr</a></span>
</div>