Renamed home-social to home-links, as some EasyList rules can block the whole div.

This commit is contained in:
MaikelChan
2024-10-24 12:39:47 +02:00
parent 42a5900e19
commit 7ed503d4a3
2 changed files with 2 additions and 2 deletions

View File

@ -431,7 +431,7 @@ p.img-404 {
opacity: .9;
}
#home-social {
#home-links {
font-size: 1.4em;
text-align: center;
opacity: .8;

View File

@ -19,7 +19,7 @@
<p id="home-subtitle">{{.}}</p>
{{- end }}
{{- with .Site.Params.socialLinks }}
<div id="home-social">
<div id="home-links">
{{ partialCached "social-icons.html" . }}
</div>
{{- end }}