mirror of
https://github.com/foo-dogsquared/hugo-theme-more-contentful.git
synced 2025-01-31 04:58:14 +00:00
Correct order of appending stylesheets
This commit is contained in:
parent
94c3907832
commit
8f3cd78b1a
@ -10,7 +10,7 @@
|
||||
{{- $siteSpecificTheme := resources.Get "templates/site.scss" | resources.ExecuteAsTemplate "css/site.css" . | resources.ToCSS }}
|
||||
|
||||
{{- /* Append the main stylesheet to be the last so the resulting stylesheet will make the custom colorschemes at the front. */ -}}
|
||||
{{ $stylesheets = $stylesheets | append $themes $main $siteSpecificTheme }}
|
||||
{{ $stylesheets = $stylesheets | append $themes $siteSpecificTheme $main }}
|
||||
|
||||
{{ $style := $stylesheets | resources.Concat "css/main.css" }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user