Improve static rendering of tiddlers

print-window-tiddler
Jeremy Ruston 2013-03-04 18:48:54 +00:00
rodzic 15a9e04a6a
commit dc3190d44e
1 zmienionych plików z 1 dodań i 10 usunięć

Wyświetl plik

@ -19,16 +19,7 @@ title: $:/core/templates/static.tiddler.html
<body> <body>
<section class="story-river"> <section class="story-river">
<div class="tw-tiddler-frame"> <div class="tw-tiddler-frame">
<span class="title"> `<$view tiddler="$:/templates/ViewTemplate" format="htmlwikified"/>`
`<$view field="title"/>`
</span>
<div class="small">`<$view field="modifier" format="link"/>` `<$view field="modified" format="date"/>`</div>
<div class="tw-tags-wrapper">`<$list filter="[is[current]tags[]]" template="$:/templates/TagTemplate" />`</div>
<div class="body">
`<$transclude template="$:/core/templates/html-tiddler" />`
</div>
</div> </div>
</section> </section>
</body> </body>