all repos — archie @ c2987bd016d8812d919ccf471c59f409efad06ed

A minimal Hugo Theme

layouts/partials/footer.html (view raw)

 1<footer>
 2{{- range $index, $key := .Site.Params.Social -}}
 3<a href="{{ $key.url }}" title="{{ $key.name }}"><i data-feather="{{ $key.icon }}"></i></a>|
 4{{- end -}}
 5	{{ 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>