aboutsummaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
Diffstat (limited to 'template.html')
-rw-r--r--template.html6
1 files changed, 3 insertions, 3 deletions
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)$
<link rel="stylesheet" href="$this.escapehtmlurl$">
$endfor$
- $for(javascript.split)$
- <script src="$this.escapehtmlurl$"></script>
- $endfor$
<title>$ifdef(title)$$title.escapehtml$$endif$</title>
$htmlheader$
</head>
@@ -24,5 +21,8 @@
</nav>
<article>$body$</article>
+ $for(javascript.split)$
+ <script src="$this.escapehtmlurl$"></script>
+ $endfor$
</body>
</html>