X-Git-Url: http://git.squeep.com/?p=squeep-html-template-helper;a=blobdiff_plain;f=lib%2Ftemplate-helper.js;h=c72e0ed348415d2c8adf6f1366b1639330819f65;hp=2a218f88020c3542a5bc24dffe849293f748c76b;hb=77dea84c13c1dd92c1b3a1257f1d82909e9bda74;hpb=a2c0e2fc57bb8f25f694e16eb4e51d6970b28829 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`;