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/login.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/login.html') diff --git a/public/login.html b/public/login.html index 54cb341..f193c21 100644 --- a/public/login.html +++ b/public/login.html @@ -1,4 +1,4 @@ -{{template "head"}} +{{template "head.html"}}

koushin

@@ -11,4 +11,4 @@ -{{template "foot"}} +{{template "foot.html"}} -- cgit v1.2.3