diff --git a/themes/nluug/layouts/_default/baseof.html b/themes/nluug/layouts/_default/baseof.html index 3e48e78..8c61cd5 100644 --- a/themes/nluug/layouts/_default/baseof.html +++ b/themes/nluug/layouts/_default/baseof.html @@ -44,5 +44,6 @@ + {{ partial "footer.html" . }} diff --git a/themes/nluug/layouts/partials/head.html b/themes/nluug/layouts/partials/head.html index d9c7ade..d1c37bb 100644 --- a/themes/nluug/layouts/partials/head.html +++ b/themes/nluug/layouts/partials/head.html @@ -12,9 +12,7 @@ - {{ $styles := resources.Get "scss/styles.scss" | toCSS (dict "outputStyle" "compressed") | minify }} - {{ $styles_extra := resources.Get "scss/_extra.scss" | toCSS (dict "outputStyle" "compressed") | minify }} - + {{ partialCached "style.html" . }}