all repos — archie @ d0b426c3fa6acdc8cdb4a42d23b59544ee3b4691

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
12{{- if (isset .Site.Params "social") -}}
13<script>
14      feather.replace()
15</script>
16{{- end }}
17