From d78444cd19621616ddf8aef87a630e30ca9ee950 Mon Sep 17 00:00:00 2001
From: "C. Lente" <7017340+clente@users.noreply.github.com>
Date: Fri, 10 Feb 2023 17:32:44 -0300
Subject: Separate sintax from style
---
layouts/_default/baseof.html | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
(limited to 'layouts')
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 1f30b5d..2f06d5a 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -11,8 +11,11 @@
{{- partial "seo_tags.html" . -}}
- {{ $css := resources.Get "style.css" | minify }}
-
+ {{ $style := resources.Get "style.css" | minify }}
+
+
+ {{ $syntax := resources.Get "syntax.css" | minify }}
+
{{ with .OutputFormats.Get "rss" -}}
{{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
--
cgit v1.2.3