Skip to content

Commit

Permalink
fix(styles): Enable CSS again
Browse files Browse the repository at this point in the history
  • Loading branch information
bahlo committed Apr 12, 2024
1 parent 3f96746 commit c62d84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/layout.rs
Expand Up @@ -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";
Expand Down

0 comments on commit c62d84f

Please sign in to comment.