11 lines
331 B
HTML
11 lines
331 B
HTML
<footer>
|
|
{{ .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>
|
|
</footer>
|
|
{{ if not .Site.IsServer }}
|
|
{{ template "_internal/google_analytics_async.html" . }}
|
|
{{ end }}
|
|
<script>
|
|
feather.replace()
|
|
</script>
|
|
|