2020-04-08 20:44:29 +02:00
< footer >
2020-04-14 19:52:44 +02:00
< hr >
2020-04-12 17:01:09 +02:00
{{- range $index, $key := .Site.Params.Social -}}
< a class = "soc" href = "{{ $key.url }}" title = "{{ $key.name }}" > < i data-feather = "{{ $key.icon }}" > < / i > < / a > |
{{- end -}} ⚡️
2020-04-14 19:52:44 +02:00
{{ dateFormat "2006" now }} {{ with .Site.Copyright }} {{ . }} | {{ end }} < a href = "https://github.com/athul/archie" > Archie Theme< / a > | Built with < a href = "https://gohugo.io" > Hugo< / a >
2020-04-08 20:44:29 +02:00
< / footer >
{{ if not .Site.IsServer }}
{{ template "_internal/google_analytics_async.html" . }}
{{ end }}
2020-04-22 12:14:28 +02:00
{{- if (isset .Site.Params "social") -}}
2020-04-10 21:41:05 +02:00
< script >
feather.replace()
2020-04-11 08:59:56 +02:00
< / script >
2020-06-24 09:57:58 +02:00
{{- end -}}