From 0e5346093cea80983e90b962cf2b8cf13a3082fc Mon Sep 17 00:00:00 2001 From: sashinexists Date: Sat, 7 Dec 2024 13:26:45 +1100 Subject: [PATCH] fix default template to have a at the beginning --- src/templates/default.ori.html | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/src/templates/default.ori.html b/src/templates/default.ori.html index 9ee79a9..75759fc 100644 --- a/src/templates/default.ori.html +++ b/src/templates/default.ori.html @@ -1,13 +1,18 @@ - - - - - - - ${ templates/partials/header.ori.html() } -
- ${ _ } -
- ${ templates/partials/footer.ori.html() } - - \ No newline at end of file + + + + + + + + + + + ${ templates/partials/header.ori.html() } +
+ ${ _ } +
+ ${ templates/partials/footer.ori.html() } + + +