diff --git a/themes/writeonly/layouts/partials/head/_resources.html b/themes/writeonly/layouts/partials/head/_resources.html index 36abc62..c3a1b32 100644 --- a/themes/writeonly/layouts/partials/head/_resources.html +++ b/themes/writeonly/layouts/partials/head/_resources.html @@ -1,6 +1,6 @@ {{- $sharedSCSS := resources.Get "scss/styles.scss" -}} -{{- $sharedSCSS := $sharedSCSS | resources.ToCSS (dict "outputStyle" "compressed" "includePaths" (slice "assets")) -}} +{{- $sharedSCSS := $sharedSCSS | css.Sass (dict "outputStyle" "compressed" "includePaths" (slice "assets")) -}} diff --git a/themes/writeonly/layouts/partials/head/_seo.html b/themes/writeonly/layouts/partials/head/_seo.html index 427fdcb..3fcc715 100644 --- a/themes/writeonly/layouts/partials/head/_seo.html +++ b/themes/writeonly/layouts/partials/head/_seo.html @@ -1,6 +1,3 @@ -{{ if .Site.GoogleAnalytics }} - {{ template "_internal/google_analytics.html" . }} -{{ end }} {{ template "_internal/twitter_cards.html" . }} {{ template "_internal/schema.html" . }}