diff options
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> |
