Fix a typo in root_css.html
This commit is contained in:
parent
4d14ea9ab2
commit
bf23ba41a9
1 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
(resources.Get "styles/monokai.css")
|
(resources.Get "styles/monokai.css")
|
||||||
| append (resources.Match "styles/root/*.css" | sort) }}
|
| append (resources.Match "styles/root/*.css" | sort) }}
|
||||||
{{ if not hugo.IsProduction }}
|
{{ if not hugo.IsProduction }}
|
||||||
{{ $allStylesheets = $allStylesheets | append (resources.Get "styles/development.css") }}
|
{{ $stylesheets = $stylesheets | append (resources.Get "styles/development.css") }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ $rootStylesheets := slice }}
|
{{ $rootStylesheets := slice }}
|
||||||
|
@ -14,7 +14,6 @@
|
||||||
{{ if hugo.IsProduction }}
|
{{ if hugo.IsProduction }}
|
||||||
{{ $rootStylesheets = slice ($rootStylesheets
|
{{ $rootStylesheets = slice ($rootStylesheets
|
||||||
| resources.Concat "styles/root.css"
|
| resources.Concat "styles/root.css"
|
||||||
| minify
|
|
||||||
| fingerprint "md5") }}
|
| fingerprint "md5") }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue