themu/layouts/partials/footer.html
root 24c5dcf9e7 Committer: root <root@fruw.org>
On branch master
Your branch is up to date with 'origin/master'.

Changes to be committed:
	modified:   layouts/404.html
	modified:   layouts/_default/single.html
	modified:   layouts/partials/footer.html
	modified:   layouts/partials/head.html
	modified:   layouts/partials/header.html
2023-07-27 22:56:04 +05:00

14 lines
379 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 }}
{{- end -}}