mirror of
https://github.com/fruworg/themu.git
synced 2024-11-16 07:07:16 +03:00
social fix
This commit is contained in:
parent
ec246b3c8c
commit
d261508d89
@ -179,7 +179,6 @@ footer {
|
||||
.soc {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.border {
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user