mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-06 22:04:19 +00:00
Correct template for the static HTML rendering
This commit is contained in:
parent
b50eb8da30
commit
7ec516a746
@ -20,6 +20,6 @@ type: text/vnd.tiddlywiki-html
|
|||||||
</head>
|
</head>
|
||||||
<body class="tw-body">
|
<body class="tw-body">
|
||||||
{{$:/StaticBanner||$:/core/templates/html-tiddler}}
|
{{$:/StaticBanner||$:/core/templates/html-tiddler}}
|
||||||
{{$:/core/ui/PageTemplate||$:/core/templates/html-tiddler}}
|
{{$:/core/ui/PageMacros||$:/core/templates/html-tiddler}}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user