From 21ab54d0f417604bd8abf5b80a02afa8b5b07f52 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Sun, 11 Feb 2024 16:18:26 +0100 Subject: [PATCH] Add robots meta tags to pages Closes #29 --- themes/tsc_vfl/layouts/partials/page/head.html | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/tsc_vfl/layouts/partials/page/head.html b/themes/tsc_vfl/layouts/partials/page/head.html index bd38f70..7b6c402 100644 --- a/themes/tsc_vfl/layouts/partials/page/head.html +++ b/themes/tsc_vfl/layouts/partials/page/head.html @@ -1,6 +1,7 @@ + {{ $options := (dict "targetPath" "main.css" "outputStyle" "compressed" "enableSourceMap" (not hugo.IsProduction)) }} {{ $scss := resources.Get "css/main.scss" | resources.ToCSS $options }}