Files
TiddlyWiki5/core/ui/PageTemplate/toprightbar.tid
Jermolene f223310d34 Yet more "tw-*" -> "tc-*"
Part of #764
2014-08-28 19:41:29 +01:00

13 lines
282 B
Plaintext

title: $:/core/ui/PageTemplate/toprightbar
tags: $:/tags/PageTemplate
<span class="tc-topbar tc-topbar-right">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/TopRightBar]!has[draft.of]]" variable="listItem">
<$transclude tiddler=<<listItem>> mode="inline"/>
</$list>
</span>