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