Renamed home-social to home-links, as some EasyList rules can block the whole div.
This commit is contained in:
@ -431,7 +431,7 @@ p.img-404 {
|
|||||||
opacity: .9;
|
opacity: .9;
|
||||||
}
|
}
|
||||||
|
|
||||||
#home-social {
|
#home-links {
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
opacity: .8;
|
opacity: .8;
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
<p id="home-subtitle">{{.}}</p>
|
<p id="home-subtitle">{{.}}</p>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Site.Params.socialLinks }}
|
{{- with .Site.Params.socialLinks }}
|
||||||
<div id="home-social">
|
<div id="home-links">
|
||||||
{{ partialCached "social-icons.html" . }}
|
{{ partialCached "social-icons.html" . }}
|
||||||
</div>
|
</div>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
Reference in New Issue
Block a user