diff options
| author | lemurianmage <azureazure@disroot.org> | 2026-07-02 16:09:38 +0200 |
|---|---|---|
| committer | lemurianmage <azureazure@disroot.org> | 2026-07-02 16:09:38 +0200 |
| commit | d4779b549e51a2999a640747525c39f37f41b012 (patch) | |
| tree | 895e77f3dd6a54cb9faadaf773791d41c179f09b /template.html | |
| parent | 1d10bbc24f2ea17c534cb5f06a3875f72070aaf5 (diff) | |
| download | slimegirl.nexus-d4779b549e51a2999a640747525c39f37f41b012.tar.gz | |
post-receive hook test
Diffstat (limited to 'template.html')
| -rw-r--r-- | template.html | 6 |
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> |
