From 613325cba00a8fbb63612fd1eb4994094709be78 Mon Sep 17 00:00:00 2001 From: panr Date: Thu, 8 Dec 2022 23:42:23 +0100 Subject: [PATCH] fix external static style.css path --- layouts/partials/head.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 486656c..07d4f77 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -23,9 +23,9 @@ {{ end }} - -{{ if (fileExists "static/style.scss") -}} - + +{{ if (fileExists "static/style.css") -}} + {{- end }}