Make footer links open in new tab

This commit is contained in:
Elnu 2022-02-18 13:16:21 -08:00
parent 6f1f0ffc86
commit b21b208d85
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
Copyright &copy; {{ dateFormat "2006" now }} <b>{{ .Site.Title }}</b>. All rights reserved.<br>
Site last regenerated with <a href="https://gohugo.io/">Hugo</a> at {{ partial "time.html" (dict "Date" now) }}.
Site last regenerated with <a href="https://gohugo.io/" target="_blank">Hugo</a> at {{ partial "time.html" (dict "Date" now) }}.