2020-04-09 00:14:29 +05:30
|
|
|
<footer>
|
2022-02-10 10:00:07 +05:30
|
|
|
<div style="display:flex">
|
|
|
|
{{- range $index, $key := .Site.Params.Social -}}
|
2022-11-06 11:54:30 +00:00
|
|
|
<a class="soc" href="{{ $key.url }}" rel="me" title="{{ $key.name }}"><i data-feather="{{ $key.icon }}"></i></a>
|
2022-06-25 11:20:26 +08:00
|
|
|
<a class="border"></a>
|
2022-02-10 10:00:07 +05:30
|
|
|
{{- end -}}
|
|
|
|
</div>
|
2020-04-09 00:14:29 +05:30
|
|
|
</footer>
|
|
|
|
{{ if not .Site.IsServer }}
|
|
|
|
{{ template "_internal/google_analytics_async.html" . }}
|
|
|
|
{{ end }}
|
2020-04-22 12:14:28 +02:00
|
|
|
|
2020-06-24 13:27:58 +05:30
|
|
|
{{- end -}}
|