Opening all footer links on new tabs

This commit is contained in:
Roger Gonzalez 2022-12-29 09:41:11 -03:00
parent 9b211d8925
commit d550706e45
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -1,15 +1,15 @@
<footer> <footer>
<hr> <hr>
{{- range $index, $key := .Site.Params.Social -}} {{- range $index, $key := .Site.Params.Social -}}
<a class="soc" href="{{ $key.url }}" title="{{ $key.name }}"><i class="{{ $key.name }}"></i></a>| <a class="soc" target="_blank" href="{{ $key.url }}" title="{{ $key.name }}"><i class="{{ $key.name }}"></i></a>|
{{- end -}} {{- end -}}
<a href="rogs-gpg.txt" target="_blank">gpg</a>| <a href="rogs-gpg.txt" target="_blank">gpg</a>|
⚡️ ⚡️
{{ dateFormat "2006" now }} {{ with .Site.Copyright }} {{ . }} | {{ end }} <a href="https://github.com/athul/archie">Archie Theme</a> {{ dateFormat "2006" now }} {{ with .Site.Copyright }} {{ . }} | {{ end }} <a href="https://github.com/athul/archie" target="_blank">Archie Theme</a>
| Built with <a href="https://gohugo.io">Hugo</a> | | Built with <a href="https://gohugo.io" target="_blank">Hugo</a> |
<p><i class="fab fa-bitcoin"></i> 1Khw3ZZzNBB6VNKetiPABykVLSNQ6f1hSs <i class="fab fa-ethereum"></i> 0xC07F44811778FE05BAD0e16DF002f0F9B83A3A24</p> <p><i class="fab fa-bitcoin"></i> 1Khw3ZZzNBB6VNKetiPABykVLSNQ6f1hSs <i class="fab fa-ethereum"></i> 0xC07F44811778FE05BAD0e16DF002f0F9B83A3A24</p>