mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 00:52:43 +00:00
Look for an existing file.
This commit is contained in:
parent
91ec5998a1
commit
6390583647
@ -68,7 +68,7 @@ css asset directory we (unless condition below) add to aforementioned slice */}}
|
||||
|
||||
{{/* We then use toCSS to add sourceMap and minify */}}
|
||||
{{ $options := dict "enableSourceMap" true "precision" 6 }}
|
||||
{{ $style := resources.Get "css/main.css" }}
|
||||
{{ $style := resources.Get "ananke/css/_styles.css" }}
|
||||
{{/* We fingerprint in production for cache busting purposes */}}
|
||||
{{ if hugo.IsProduction }}
|
||||
{{ $style = $style | resources.Fingerprint }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user