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