From 41598e35d8e3e70aed8f47237f5e29e2885d5939 Mon Sep 17 00:00:00 2001 From: Maik de Kruif Date: Wed, 2 Dec 2020 21:04:49 +0100 Subject: [PATCH] Remove unnecessary code --- themes/maik-blog/layouts/partials/footer.html | 6 ------ themes/maik-blog/layouts/partials/head.html | 4 ---- themes/maik-blog/layouts/partials/header.html | 1 - 3 files changed, 11 deletions(-) diff --git a/themes/maik-blog/layouts/partials/footer.html b/themes/maik-blog/layouts/partials/footer.html index 04f6dbb..5a24f62 100644 --- a/themes/maik-blog/layouts/partials/footer.html +++ b/themes/maik-blog/layouts/partials/footer.html @@ -15,10 +15,4 @@ - \ No newline at end of file diff --git a/themes/maik-blog/layouts/partials/head.html b/themes/maik-blog/layouts/partials/head.html index 0775889..76d327c 100644 --- a/themes/maik-blog/layouts/partials/head.html +++ b/themes/maik-blog/layouts/partials/head.html @@ -27,10 +27,6 @@ {{ end }} - - - {{ $options := (dict "targetPath" "main.css" "outputStyle" "compressed" "enableSourceMap" true) }} {{ $style := resources.Get "scss/main.scss" | resources.ToCSS $options | resources.Fingerprint }} diff --git a/themes/maik-blog/layouts/partials/header.html b/themes/maik-blog/layouts/partials/header.html index 4f6fb20..2a15190 100644 --- a/themes/maik-blog/layouts/partials/header.html +++ b/themes/maik-blog/layouts/partials/header.html @@ -12,7 +12,6 @@ {{ end }} - {{ partial "theme-icon.html" . }}