From ba8b3cd293081649f23fdc4485b7544902a8b2b7 Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Mon, 27 Mar 2023 17:32:52 +0200 Subject: feat: Change chroma theme --- themes/flamingo/layouts/_default/baseof.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'themes/flamingo/layouts/_default/baseof.html') diff --git a/themes/flamingo/layouts/_default/baseof.html b/themes/flamingo/layouts/_default/baseof.html index 0be16e5..d253d72 100644 --- a/themes/flamingo/layouts/_default/baseof.html +++ b/themes/flamingo/layouts/_default/baseof.html @@ -4,17 +4,11 @@ - {{ with .Site.Params.favicon }}{{ end }} - {{ .Title }} {{ with .Site.Params.description }}{{ end }} {{ with .Site.Params.author }}{{ end }} - - {{ with resources.Get "scss/main.scss" | toCSS | minify }} - - {{ end }} - + {{ with resources.Get "scss/main.scss" | toCSS | minify }}{{ end }} {{ partial "meta" . }} -- cgit v1.2.3