This commit is contained in:
athul
2020-04-09 00:14:29 +05:30
commit 3c737553b6
17 changed files with 519 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<footer>
<a href="https://github.com/athul">GitHub</a> |
{{ with .Site.Copyright }} {{ . }} | {{ end }} <a href="https://github.com/athul/archie-theme">Archie Theme</a> | Built with <a href="https://gohugo.io">Hugo</a>
</footer>
{{ if not .Site.IsServer }}
{{ template "_internal/google_analytics_async.html" . }}
{{ end }}