border fix

This commit is contained in:
2023-07-30 15:15:18 +05:00
parent 0b14193043
commit fd2a35b648
2 changed files with 1 additions and 1 deletions

View File

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