all repos — archie @ 58d02550f13733cd31d85335f4211bc5ec73d2a5

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