mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 17:10:29 +00:00
Improve static rendering of tiddlers
This commit is contained in:
parent
15a9e04a6a
commit
dc3190d44e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user