diff options
| author | lemurianmage <azureazure@disroot.org> | 2026-07-23 22:51:59 +0200 |
|---|---|---|
| committer | lemurianmage <azureazure@disroot.org> | 2026-07-23 22:51:59 +0200 |
| commit | f45d321b2879553fb250dbc9866d65a63306b634 (patch) | |
| tree | 507f38a3b4be18552203cbbdaac2d1002d763203 /template.html | |
| parent | 21edca28dd0e129c8bafeb2b6acc6f0544d57605 (diff) | |
| download | slimegirl.nexus-f45d321b2879553fb250dbc9866d65a63306b634.tar.gz | |
Diffstat (limited to 'template.html')
| -rw-r--r-- | template.html | 7 |
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> |
