Merge customCSS inside main CSS
This commit is contained in:
parent
b43d933019
commit
2b1f281384
2 changed files with 5 additions and 4 deletions
|
@ -530,3 +530,8 @@ ul.language-select > li, ul.footer-menu > li {
|
|||
max-width: 10em;
|
||||
}
|
||||
}
|
||||
|
||||
{{ range site.Params.customCSS }}
|
||||
{{ $custom := resources.Get . }}
|
||||
{{ $custom.Content }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue