1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-09 20:26:39 +00:00

Fix static tiddler template

This commit is contained in:
Jeremy Ruston 2013-10-21 18:32:40 +01:00
parent 26ac940637
commit 3d30ff9828

View File

@ -14,9 +14,7 @@ title: $:/core/templates/static.tiddler.html
<body>
`{{$:/StaticBanner||$:/core/templates/html-tiddler}}`
<section class="story-river">
<div class="tw-tiddler-frame">
`<$view tiddler="$:/core/ui/ViewTemplate" format="htmlwikified"/>`
</div>
`<$view title="$:/core/ui/ViewTemplate" format="htmlwikified"/>`
</section>
</body>
</html>