all repos — archie @ 3c737553b6bbc6eb8c72e6c79dbb1ccc52303d43

A minimal Hugo Theme

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 }}