13 lines
429 B
HTML
13 lines
429 B
HTML
<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>
|
|
</footer>
|