diff --git a/assets/main.scss b/themes/tsc_vfl/assets/css/main.scss similarity index 100% rename from assets/main.scss rename to themes/tsc_vfl/assets/css/main.scss diff --git a/themes/tsc_vfl/layouts/partials/page/head.html b/themes/tsc_vfl/layouts/partials/page/head.html index 2fd1473..69edb1d 100644 --- a/themes/tsc_vfl/layouts/partials/page/head.html +++ b/themes/tsc_vfl/layouts/partials/page/head.html @@ -2,7 +2,7 @@ {{ $options := (dict "targetPath" "main.css" "outputStyle" "compressed" "enableSourceMap" (not hugo.IsProduction)) }} - {{ $scss := resources.Get "main.scss" | resources.ToCSS $options }} + {{ $scss := resources.Get "css/main.scss" | resources.ToCSS $options }} {{ $title := print .Site.Title " | " .Title }} {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}