From d4779b549e51a2999a640747525c39f37f41b012 Mon Sep 17 00:00:00 2001 From: lemurianmage Date: Thu, 2 Jul 2026 16:09:38 +0200 Subject: post-receive hook test --- template.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'template.html') diff --git a/template.html b/template.html index 97d226a..c59696f 100644 --- a/template.html +++ b/template.html @@ -10,9 +10,6 @@ $for(css.split)$ $endfor$ - $for(javascript.split)$ - - $endfor$ $ifdef(title)$$title.escapehtml$$endif$ $htmlheader$ @@ -24,5 +21,8 @@
$body$
+ $for(javascript.split)$ + + $endfor$ -- cgit v1.2.3