footer: links to hugo and the themes repo should be opened in a new tab

This commit is contained in:
Rico Ullmann 2022-03-25 22:32:06 +01:00
parent 42ef203c9d
commit 5de66f97cf
Signed by: rullmann
GPG Key ID: AE1066B5BD0B5041
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
{{ if $.Site.Copyright }}
{{ $.Site.Copyright | safeHTML }}
{{ else }}
© {{ now.Year }} Powered by <a href="http://gohugo.io">Hugo</a>
© {{ now.Year }} Powered by <a href="http://gohugo.io" target="_blank" rel="noopener noreferrer">Hugo</a>
{{ end }}
:: <a href="https://git.ullmann.space/rullmann/hugo-theme-simple-cookbook">simple-cookbook</a> theme
:: <a href="https://git.ullmann.space/rullmann/hugo-theme-simple-cookbook" target="_blank" rel="noopener noreferrer">simple-cookbook</a> theme
</div>
</footer>