From 3240ffb9d0a35cd1c2931454587ffa05aaf99551 Mon Sep 17 00:00:00 2001 From: Jez Cope Date: Fri, 2 Apr 2021 12:04:51 +0100 Subject: [PATCH] Use relative URL for stylesheet --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 77ab4e7..a1e8961 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -8,7 +8,7 @@ {{ with .Site.Params.description }}{{ end }} {{ with .Site.Params.author }}{{ end }} {{ $style := resources.Get "style/main.scss" | resources.ToCSS }} - + {{ with .OutputFormats.Get "RSS" -}} {{ printf `` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }} {{- end }}