2020-04-09 00:14:29 +05:30
|
|
|
<footer>
|
2022-02-10 10:00:07 +05:30
|
|
|
<div style="display:flex">
|
|
|
|
{{- range $index, $key := .Site.Params.Social -}}
|
|
|
|
<a class="soc" href="{{ $key.url }}" title="{{ $key.name }}"><i data-feather="{{ $key.icon }}"></i></a>
|
|
|
|
{{- end -}}
|
|
|
|
</div>
|
|
|
|
<div class="footer-info">
|
|
|
|
{{ 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>
|
|
|
|
</div>
|
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>
|
2022-02-10 10:00:07 +05:30
|
|
|
feather.replace()
|
2020-04-11 12:29:56 +05:30
|
|
|
</script>
|
2020-06-24 13:27:58 +05:30
|
|
|
{{- end -}}
|