mirror of
https://github.com/fruworg/themu.git
synced 2024-11-16 15:07:17 +03:00
12 lines
347 B
HTML
12 lines
347 B
HTML
<footer>
|
|
<div style="display:flex">
|
|
{{- range $index, $key := .Site.Params.Social -}}
|
|
<a class="soc" href="{{ $key.url }}" rel="me" title="{{ $key.name }}">{{ $key.name }}</i></a>
|
|
<a class="border"></a>
|
|
{{- end -}}
|
|
</div>
|
|
</footer>
|
|
{{ if not .Site.IsServer }}
|
|
{{ template "_internal/google_analytics_async.html" . }}
|
|
{{ end }}
|