diff --git a/package.json b/package.json index 8b1f7a6..9da335e 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,6 @@ "url": "https://github.com/NodeBB/nodebb-theme-lavender/issues" }, "nbbpm": { - "compatibility": "^4.12.0" + "compatibility": "^4.14.0" } } diff --git a/templates/header.tpl b/templates/header.tpl index 291ea15..637433f 100644 --- a/templates/header.tpl +++ b/templates/header.tpl @@ -1,10 +1,10 @@ - + {browserTitle} - {{{each metaTags}}}{function.buildMetaTag}{{{end}}} + {{{each metaTags}}}{{buildMetaTag(@value)}}{{{end}}} - {{{each linkTags}}}{function.buildLinkTag}{{{end}}} + {{{each linkTags}}}{{buildLinkTag(@value)}}{{{end}}}