themu/layouts/partials/footer.html

12 lines
366 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 }}