Fix target in footer

This commit is contained in:
ekzyis 2024-04-14 08:42:42 +02:00
parent 78848bd6ee
commit daa6b7f43d
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
<div class="f:fade-30 f:14 mb:8">{{ .Site.Params.copyright }}</div>
<div class="f:fade-60 f:12">
powered by
<a class="f:bold" href="https://gohugo.io/" _target="_blank">Hugo</a>
<a class="f:bold" href="https://gohugo.io/" target="_blank">Hugo</a>
| themed with
<a class="f:bold" href="https://github.com/ekzyis/holy" _target="_blank">Holy</a>
<a class="f:bold" href="https://github.com/ekzyis/holy" target="_blank">Holy</a>
</div>
</footer>