social fix

This commit is contained in:
2023-07-30 15:00:12 +05:00
parent ec246b3c8c
commit d261508d89
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
<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>