From 6032aebe80af0c03a25076fe2d403ee9aa21e7b5 Mon Sep 17 00:00:00 2001 From: Hoernschen Date: Wed, 7 Apr 2021 15:37:08 +0200 Subject: [PATCH] ADD FavIcon, extend height of logo --- layouts/partials/head.html | 3 +++ static/css/header.css | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index d64ce31..513bc42 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -4,6 +4,9 @@ {{ block "title" . }}{{ .Site.Title }}{{ end }} + {{- $favIcon := .Site.Params.favIcon }} + + {{ $template := resources.Get "scss/index.scss" }} {{ if $template }} {{ $index := $template | resources.ExecuteAsTemplate "css/index.scss" . | resources.ToCSS (dict "outputStyle" "compressed") | fingerprint }} diff --git a/static/css/header.css b/static/css/header.css index a57b724..1882ac5 100644 --- a/static/css/header.css +++ b/static/css/header.css @@ -27,12 +27,12 @@ } .logo { - height: 3.5rem; + height: 4rem; max-width: 10rem; } .small-logo { - height: 2.5rem; + height: 3.5rem; max-width: 10rem; }