From fb724e628222d07bd5dac3cc266c19b0674751c9 Mon Sep 17 00:00:00 2001 From: wgroeneveld Date: Tue, 10 Jan 2023 14:36:48 +0100 Subject: [PATCH] get rid of Twitter metadata shit --- .../layouts/partials/head.html | 27 +++---------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/themes/jefklak-creative-portfolio/layouts/partials/head.html b/themes/jefklak-creative-portfolio/layouts/partials/head.html index 09403e5..6d9d2af 100644 --- a/themes/jefklak-creative-portfolio/layouts/partials/head.html +++ b/themes/jefklak-creative-portfolio/layouts/partials/head.html @@ -122,27 +122,8 @@ {{- $options := (dict "targetPath" "css/styles.css" "outputStyle" "compressed" "enableSourceMap" "true") -}} {{- $styles := resources.Get "sass/main.sass" | resources.ExecuteAsTemplate "main.sass" . | resources.ToCSS $options | resources.Fingerprint "sha512" }} - - - - {{ with .OutputFormats.Get "RSS" }} - - - {{ end }} - - - - - - - +{{ with .OutputFormats.Get "RSS" }} + + +{{ end }}