From 6f6536e8acfe2717c233785bea0e4e9e601e95ee Mon Sep 17 00:00:00 2001 From: loikein Date: Tue, 19 Nov 2024 01:24:48 +0000 Subject: [PATCH] cleanup for changing env --- layouts/partials/header.html | 2 +- layouts/partials/header.includes.html | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 980fff8..1705c08 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -12,5 +12,5 @@ {{ if .Site.Params.touchicon }} {{ end }} - {{ partial "header.includes.html" . }} +{{ partial "header.includes.html" . }} diff --git a/layouts/partials/header.includes.html b/layouts/partials/header.includes.html index 1b5f489..82b74bb 100644 --- a/layouts/partials/header.includes.html +++ b/layouts/partials/header.includes.html @@ -1,11 +1,4 @@ - - - - - - - @@ -20,9 +13,6 @@ href="https://fonts.googleapis.com/css?family=Noto+Serif+SC&display=swap" /> - - - {{ $htoptions := (dict "targetPath" "/css/hugo-tufte.min.css" "outputStyle" "compressed" "enableSourceMap" true) }} {{ $htstyle := resources.Get "scss/hugo-tufte.scss"| resources.ExecuteAsTemplate "main.scss" . | resources.ToCSS $htoptions }}