mirror of
https://github.com/fruworg/themu.git
synced 2024-11-16 07:07:16 +03:00
Update footer.html
This commit is contained in:
parent
230ecb20e2
commit
879d69eb47
@ -1,11 +1,7 @@
|
||||
<footer>
|
||||
<div style="display:flex">
|
||||
<div class="soc">
|
||||
{{- 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>
|
||||
<a href="{{ $key.url }}" rel="me" title="{{ $key.name }}">{{ $key.name }}</i></a>
|
||||
{{- end -}}
|
||||
</div>
|
||||
</footer>
|
||||
{{ if not .Site.IsServer }}
|
||||
{{ template "_internal/google_analytics_async.html" . }}
|
||||
{{ end }}
|
||||
|
Loading…
Reference in New Issue
Block a user