diff --git a/layouts/partials/resources/page_css.html b/layouts/partials/resources/page_css.html index f5ff4d9..e0470fa 100644 --- a/layouts/partials/resources/page_css.html +++ b/layouts/partials/resources/page_css.html @@ -1,5 +1,5 @@ {{ $pageCSS := dict }} {{ with .Resources.Match "*.css" }} - {{ $pageCSS = . | resources.Concat "page.css" | fingerprint "md5" }} + {{ $pageCSS = . | resources.Concat (printf "%s/page.css" $.File.Dir) | fingerprint "md5" }} {{ end }} {{ return $pageCSS }}