From a176409933129eccdcf06ef131c76aee497b53aa Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 9 Dec 2019 14:59:58 +0100 Subject: Drop define in templates Just use the full filename instead, this is simpler and more explicit. --- public/compose.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/compose.html') diff --git a/public/compose.html b/public/compose.html index e35b0fd..2a52675 100644 --- a/public/compose.html +++ b/public/compose.html @@ -1,4 +1,4 @@ -{{template "head"}} +{{template "head.html"}}

koushin

@@ -23,4 +23,4 @@ -{{template "foot"}} +{{template "foot.html"}} -- cgit v1.2.3-59-g8ed1b