Correct template for the static HTML rendering

This commit is contained in:
Jermolene
2013-12-17 19:36:55 +00:00
parent b50eb8da30
commit 7ec516a746
+1 -1
View File
@@ -20,6 +20,6 @@ type: text/vnd.tiddlywiki-html
</head>
<body class="tw-body">
{{$:/StaticBanner||$:/core/templates/html-tiddler}}
{{$:/core/ui/PageTemplate||$:/core/templates/html-tiddler}}
{{$:/core/ui/PageMacros||$:/core/templates/html-tiddler}}
</body>
</html>