layouts/partials/footer.html (view raw)
1<footer>
2<a href="https://github.com/athul">GitHub</a> |
3 {{ with .Site.Copyright }} {{ . }} | {{ end }} <a href="https://github.com/athul/archie-theme">Archie Theme</a> | Built with <a href="https://gohugo.io">Hugo</a>
4</footer>
5{{ if not .Site.IsServer }}
6{{ template "_internal/google_analytics_async.html" . }}
7{{ end }}