themu/layouts/partials/footer.html

12 lines
366 B
HTML
Raw Normal View History

2020-04-08 21:44:29 +03:00
<footer>
<div style="display:flex">
{{- range $index, $key := .Site.Params.Social -}}
2022-11-06 14:54:30 +03: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-08 21:44:29 +03:00
</footer>
{{ if not .Site.IsServer }}
{{ template "_internal/google_analytics_async.html" . }}
{{ end }}