layouts/partials/footer.html (view raw)
1<footer>
2<hr>
3{{- range $index, $key := .Site.Params.Social -}}
4<a class="soc" href="{{ $key.url }}" title="{{ $key.name }}"><i data-feather="{{ $key.icon }}"></i></a>|
5{{- end -}} ⚡️
6 {{ dateFormat "2006" now }} {{ with .Site.Copyright }} {{ . }} | {{ end }} <a href="https://github.com/athul/archie">Archie Theme</a> | Built with <a href="https://gohugo.io">Hugo</a>
7</footer>
8{{ if not .Site.IsServer }}
9{{ template "_internal/google_analytics_async.html" . }}
10{{ end }}
11
12{{- if (isset .Site.Params "social") -}}
13<script>
14 feather.replace()
15</script>
16{{- end }}
17