From 3bf669ac6aa68aa3706a0977e7004f6d42a887fa Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Tue, 22 Apr 2025 12:15:49 -0400 Subject: [PATCH] Add background/text color to to prevent color flash --- layouts/partials/head.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 4449a55..95baeab 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -42,6 +42,23 @@ {{ end -}} + + {{- $style := resources.Get "css/style.css" -}} {{- $markdown := resources.Get "css/markdown.css" -}} {{- $fontawesome := resources.Get "css/fontawesome.css" -}}