From 120ae9fec0e52befae52c914125d07b4907965ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 10 Jun 2026 13:41:37 -0400 Subject: [PATCH 01/12] wrap helpers that return html with {{}] --- templates/header.tpl | 10 +++++----- templates/partials/category_child.tpl | 4 ++-- templates/partials/topic/post.tpl | 6 +++--- templates/partials/topics_list.tpl | 6 +++--- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/templates/header.tpl b/templates/header.tpl index 291ea15..35f93dd 100644 --- a/templates/header.tpl +++ b/templates/header.tpl @@ -1,14 +1,14 @@ - + {browserTitle} - {{{each metaTags}}}{function.buildMetaTag}{{{end}}} + {{{each metaTags}}}{{buildMetaTag(@value)}}{{{end}}} - {{{each linkTags}}}{function.buildLinkTag}{{{end}}} + {{{each linkTags}}}{{buildLinkTag(@value)}}{{{end}}}