all repos — archie @ a0fb0664ae9d25030417eddc8b1da4b664ba40ac

A minimal Hugo Theme

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