diff --git a/layouts/partials/func/style/GetMainCSS.html b/layouts/partials/func/style/GetMainCSS.html index 3bdd66c..efb1267 100644 --- a/layouts/partials/func/style/GetMainCSS.html +++ b/layouts/partials/func/style/GetMainCSS.html @@ -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 }}