themu/layouts/partials/footer.html

14 lines
379 B
HTML
Raw Normal View History

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