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 }}