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 {
|
.soc {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-bottom: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.border {
|
.border {
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
<div style="display:flex">
|
<div style="display:flex">
|
||||||
{{- range $index, $key := .Site.Params.Social -}}
|
{{- range $index, $key := .Site.Params.Social -}}
|
||||||
<a class="soc" href="{{ $key.url }}" rel="me" title="{{ $key.name }}">{{ $key.name }}</i></a>
|
<a class="soc" href="{{ $key.url }}" rel="me" title="{{ $key.name }}">{{ $key.name }}</i></a>
|
||||||
<a class="border"></a>
|
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
Loading…
Reference in New Issue
Block a user