themu/layouts/partials/footer.html

12 lines
347 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 -}}
2023-07-30 12:52:26 +03:00
<a class="soc" href="{{ $key.url }}" rel="me" title="{{ $key.name }}">{{ $key.name }}</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 }}