Fix target in footer
This commit is contained in:
parent
78848bd6ee
commit
daa6b7f43d
|
@ -2,8 +2,8 @@
|
||||||
<div class="f:fade-30 f:14 mb:8">{{ .Site.Params.copyright }}</div>
|
<div class="f:fade-30 f:14 mb:8">{{ .Site.Params.copyright }}</div>
|
||||||
<div class="f:fade-60 f:12">
|
<div class="f:fade-60 f:12">
|
||||||
powered by
|
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
|
| 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>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in New Issue