social fix

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

View File

@ -179,7 +179,6 @@ footer {
.soc {
display: flex;
align-items: center;
border-bottom: none;
}
.border {

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>