13 lines
434 B
HTML

<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>