From 77dea84c13c1dd92c1b3a1257f1d82909e9bda74 Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Thu, 3 Nov 2022 12:11:24 -0700 Subject: [PATCH] fix custom css loading --- lib/template-helper.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/template-helper.js b/lib/template-helper.js index 2a218f8..c72e0ed 100644 --- a/lib/template-helper.js +++ b/lib/template-helper.js @@ -160,8 +160,8 @@ function htmlHead(pagePathLevel, ctx, options) { return `\t \t\t \t\t -\t\t -\t\t +\t\t +\t\t ${headElements.map((e) => '\t\t' + e).join('\n')} \t\t${pageTitle} \t`; -- 2.43.2