mirror of
https://github.com/fruworg/themu.git
synced 2024-11-16 07:07:16 +03:00
0ff0b4fd3f
On branch master Your branch is up to date with 'origin/master'. Changes to be committed: modified: layouts/index.html modified: layouts/partials/footer.html modified: layouts/partials/paginator.html
12 lines
366 B
HTML
12 lines
366 B
HTML
<footer>
|
|
<div style="display:flex">
|
|
{{- range $index, $key := .Site.Params.Social -}}
|
|
<a class="soc" href="{{ $key.url }}" rel="me" title="{{ $key.name }}"><i data-feather="{{ $key.icon }}"></i></a>
|
|
<a class="border"></a>
|
|
{{- end -}}
|
|
</div>
|
|
</footer>
|
|
{{ if not .Site.IsServer }}
|
|
{{ template "_internal/google_analytics_async.html" . }}
|
|
{{ end }}
|