From f1343b3a4c9a38f538a516dc477ff47532cf498a Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Mon, 22 Nov 2021 13:22:16 -0500 Subject: [PATCH] layout.tt: support a title with HTML in it By default, title is escaped. To support links in titles, support providing the title with HTML in it. --- src/root/layout.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/root/layout.tt b/src/root/layout.tt index e5331ddd..8eb1f119 100644 --- a/src/root/layout.tt +++ b/src/root/layout.tt @@ -81,7 +81,8 @@ [% IF !hideHeader %] [% ELSE %] [% IF first %]
[% first = 0; END; %]