Fix static tiddler template

This commit is contained in:
Jeremy Ruston 2013-10-21 18:32:40 +01:00
parent 26ac940637
commit 3d30ff9828
1 changed files with 1 additions and 3 deletions

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>