summaryrefslogtreecommitdiff
path: root/themes/archie/layouts/partials/footer.html
blob: bc8c3c60bd5c5c56bf939c15329e0294fc78556a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<footer>
<hr>
{{- range $index, $key := .Site.Params.Social -}}
<a class="icons" target="_blank" href="{{ $key.url }}" title="{{ $key.name }}"><img src="/icons/{{ $key.name }}.svg"/></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>
</footer>