all repos — archie @ 877a560391fe176a25c1f59fd5f9689bfe3f86d6

A minimal Hugo Theme

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<script>
12      feather.replace()
13</script>
14