From 0ecc741a98440211b12035c4695a7c3471b86e6b Mon Sep 17 00:00:00 2001 From: roxwize Date: Fri, 31 Jan 2025 00:47:22 -0500 Subject: [PATCH] FOUC fix Signed-off-by: roxwize --- views/site.pug | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/views/site.pug b/views/site.pug index a83df43..3ec9524 100644 --- a/views/site.pug +++ b/views/site.pug @@ -3,11 +3,15 @@ html(lang="en") head meta(charset="UTF-8") meta(name="viewport", content="width=device-width, initial-scale=1.0") - meta(name="description", content="Show your mood to the world!") + meta(name="description", content="Share your mood with the world!") link(rel="stylesheet", href="/css/main.css") block head title #{title} > mipilin body + script(nonce=nonce). + // firefox FOUC fix + // https://stackoverflow.com/a/64158043 + let mlemmers; main header a(href="/")