aboutsummaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
authorlemurianmage <azureazure@disroot.org>2026-07-23 22:51:59 +0200
committerlemurianmage <azureazure@disroot.org>2026-07-23 22:51:59 +0200
commitf45d321b2879553fb250dbc9866d65a63306b634 (patch)
tree507f38a3b4be18552203cbbdaac2d1002d763203 /template.html
parent21edca28dd0e129c8bafeb2b6acc6f0544d57605 (diff)
downloadslimegirl.nexus-f45d321b2879553fb250dbc9866d65a63306b634.tar.gz
dalem.foo button and stylesheet stuffHEADmaster
Diffstat (limited to 'template.html')
-rw-r--r--template.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/template.html b/template.html
index 4b5a719..54c5787 100644
--- a/template.html
+++ b/template.html
@@ -10,7 +10,9 @@
$for(css.split)$
<link rel="stylesheet" href="$this.escapehtmlurl$">
$endfor$
- <title>$ifdef(title)$$title.escapehtml$$endif$</title>
+ $ifdef(title)$
+ <title>$title.escapehtml$</title>
+ $endif$
$htmlheader$
</head>
<body>
@@ -20,8 +22,5 @@
<a href=".." id="go-up">go up</a>
</nav>
<article>$body$</article>
- $for(javascript.split)$
- <script src="$this.escapehtmlurl$"></script>
- $endfor$
</body>
</html>