From 9359b3585d4556b3cd95c5fb4ef05fa6643649f3 Mon Sep 17 00:00:00 2001 From: Hamcha Date: Sat, 16 Sep 2023 14:00:12 +0200 Subject: [PATCH] add preloaded fonts --- themes/fesite/layouts/partials/head.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/themes/fesite/layouts/partials/head.html b/themes/fesite/layouts/partials/head.html index ccde0db..8db28b4 100644 --- a/themes/fesite/layouts/partials/head.html +++ b/themes/fesite/layouts/partials/head.html @@ -4,6 +4,20 @@ {{ $title := print .Site.Title " | " .Title }} {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }} {{ $title }} + + {{ $normalize := resources.Get "css/normalize.css"| minify}} {{ $style := resources.Get "scss/main.scss" | resources.ToCSS (dict