summaryrefslogtreecommitdiff
path: root/themes/archie/layouts/partials/footer.html
blob: bb086df1438f892a5cd1e62b8ec611297acd5d32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<footer>
<hr>
{{- range $index, $key := .Site.Params.Social -}}
<a class="soc" target="_blank" href="{{ $key.url }}" title="{{ $key.name }}"><i class="{{ $key.name }}"></i></a>|
{{- end -}}

⚡️

{{ 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" target="_blank">Hugo</a> |

<p style="font-size:12px">gpg: <code>curl -sL {{ .Site.BaseURL }}rogs.txt | gpg --import</code></p>
<p style="font-size:12px">fingerprint: <code>ADDF BCB7 8B86 8D93 FC4E 3224 C7EC E9C6 C36E C2E6</code></p>

<p><a href="{{ "btc.png" | relURL }}"><i class="fab fa-bitcoin"></i> <span style="font-size:10px">bc1q8yrnatx40n9ts4mzqmkh2p65mys6mvs45us3kq</span></a></p>
<p><a href="{{ "xmr.png" | relURL }}"><i class="fab fa-monero"></i> <span style="font-size:10px">88zqmA2HLiA59CMVfV5FRrPmC64hcB6FTSXR95dugjso8X9jeHwZqfBMhiGREmdQHgB5kAy3EwygAikoVY6hexGKTBQEQEg</span></a></p>


</footer>
{{- if (isset .Site.Params "social") -}}
<script>
      feather.replace()
</script>
{{- end -}}