From: Justin Wind Date: Thu, 3 Nov 2022 19:11:24 +0000 (-0700) Subject: fix custom css loading X-Git-Tag: v1.4.0~2 X-Git-Url: http://git.squeep.com/?p=squeep-html-template-helper;a=commitdiff_plain;h=77dea84c13c1dd92c1b3a1257f1d82909e9bda74 fix custom css loading --- 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`;