kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Improve static rendering of tiddlers
rodzic
15a9e04a6a
commit
dc3190d44e
|
@ -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>
|
||||||
|
|
Ładowanie…
Reference in New Issue