Merge pull request #36 from gsingh93/css

Fix template formatting in main.css
This commit is contained in:
Junyi 2024-04-17 18:58:09 +08:00 committed by GitHub
commit 18110d3f43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -890,35 +890,13 @@ ul.footer-menu>li {
} }
} }
{ {{ range site.Params.customCSS }}
{ {{ $custom := resources.Get . }}
range site.Params.customCSS
}
}
{ {{ $custom.Content }}
{ {{ end }}
$custom : =resources.Get .
}
}
{ {{ if site.Params.isso.enabled }}
{
$custom.Content
}
}
{
{
end
}
}
{
{
if site.Params.isso.enabled
}
}
#isso-thread .textarea { #isso-thread .textarea {
color: #000; color: #000;
@ -929,8 +907,4 @@ ul.footer-menu>li {
z-index: 1; z-index: 1;
} }
{ {{ end }}
{
end
}
}