2020-04-09 00:14:29 +05:30
< footer >
2020-04-14 23:22:44 +05:30
< hr >
2020-04-12 20:31:09 +05:30
{{- 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 23:22:44 +05:30
{{ 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-09 00:14:29 +05:30
< / 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-11 01:11:05 +05:30
< script >
feather.replace()
2020-04-11 12:29:56 +05:30
< / script >
2020-06-24 13:27:58 +05:30
{{- end -}}