From cebc5b0c1ed8e947b2e43b98bf3be2bb84630682 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Sun, 11 Feb 2024 17:03:26 +0100 Subject: [PATCH] Add implementation of additional meta fiels in head tag Closes #28 --- themes/tsc_vfl/layouts/partials/page/head.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/tsc_vfl/layouts/partials/page/head.html b/themes/tsc_vfl/layouts/partials/page/head.html index 7b6c402..a682ff2 100644 --- a/themes/tsc_vfl/layouts/partials/page/head.html +++ b/themes/tsc_vfl/layouts/partials/page/head.html @@ -2,6 +2,9 @@ + + {{ with .Params.description }}{{ end }} + {{ with .Keywords }}{{ end }} {{ $options := (dict "targetPath" "main.css" "outputStyle" "compressed" "enableSourceMap" (not hugo.IsProduction)) }} {{ $scss := resources.Get "css/main.scss" | resources.ToCSS $options }}