From 59a959fe7fa51b3c7834a664413d2be1fa073d3d Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 15 Sep 2024 12:29:53 +0200 Subject: [PATCH] =?UTF-8?q?chg:=20[theme]=20les=20brols=20de=20Google=20c'?= =?UTF-8?q?est=20termin=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/writeonly/layouts/partials/head/_resources.html | 2 +- themes/writeonly/layouts/partials/head/_seo.html | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) 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" . }}