From c62d84fcfd8ca31a5f2381305736a6c105e6adf1 Mon Sep 17 00:00:00 2001 From: Arne Bahlo Date: Fri, 12 Apr 2024 10:39:47 +0200 Subject: [PATCH] fix(styles): Enable CSS again --- src/templates/layout.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/layout.rs b/src/templates/layout.rs index 83991aad..aeb2b5d8 100644 --- a/src/templates/layout.rs +++ b/src/templates/layout.rs @@ -94,7 +94,7 @@ impl Layout { meta property="og:title" content=(smart_quotes(head.title)); meta property="og:description" content=(smart_quotes(head.description)); link rel="sitemap" href="/sitemap.xml"; - // link rel="stylesheet" href=(format!("/main.css?hash={}", self.css_hash)); + link rel="stylesheet" href=(format!("/main.css?hash={}", self.css_hash)); // link rel="preload" href="/fonts/rebond-grotesque/ESRebondGrotesque-Regular.woff2" as="font" type="font/woff2"; // link rel="preload" href="/fonts/rebond-grotesque/ESRebondGrotesque-Bold.woff2" as="font" type="font/woff2"; // link rel="preload" href="/fonts/rebond-grotesque/ESRebondGrotesque-Italic.woff2" as="font" type="font/woff2";