all repos — archie @ 7d19d8b66a0720298c4a05df70a2db634b034b90

A minimal Hugo Theme

layouts/partials/footer.html (view raw)

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