layouts/partials/footer.html (view raw)
1<footer>
2 {{ .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>
3</footer>
4{{ if not .Site.IsServer }}
5{{ template "_internal/google_analytics_async.html" . }}
6{{ end }}
7<script>
8 feather.replace()
9</script>
10