Fix non-https link to gohugo.io

Fixes the non-secure link to gohugo.io, which sometimes causes security suites to present a warning about non-secure external links
This commit is contained in:
Björn Ehrby 2023-06-05 23:47:46 +02:00 committed by GitHub
parent 9726b8d806
commit ef7108798b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>