From 5be582c0ac3b74f203740f4d498f96ad7302a8f7 Mon Sep 17 00:00:00 2001 From: Leo Gavilieau Date: Sun, 21 May 2023 22:26:01 +0200 Subject: [PATCH] fix: add title and redirect metadata to template --- utils/template.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/utils/template.html b/utils/template.html index 46ce0f8..ca68f43 100644 --- a/utils/template.html +++ b/utils/template.html @@ -7,6 +7,9 @@ $if(title)$ $title$ $endif$ + $if(redirect)$ + + $endif$
@@ -19,6 +22,9 @@
+ $if(title)$ +

$title$

+ $endif$ $body$