1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-24 00:50:28 +00:00

Improve static rendering of tiddlers

This commit is contained in:
Jeremy Ruston 2013-03-04 18:48:54 +00:00
parent 15a9e04a6a
commit dc3190d44e

View File

@ -19,16 +19,7 @@ title: $:/core/templates/static.tiddler.html
<body>
<section class="story-river">
<div class="tw-tiddler-frame">
<span class="title">
`<$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>
`<$view tiddler="$:/templates/ViewTemplate" format="htmlwikified"/>`
</div>
</section>
</body>