1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-18 03:19:55 +00:00

Move tabbed toc heading into default template

Fixes #1185
This commit is contained in:
Jermolene 2014-12-02 23:05:54 +00:00
parent b220c19fb7
commit 1e7d9bd3cd

View File

@ -171,8 +171,10 @@ tags: $:/tags/Macro
</div>
</$linkcatcher>
<div class="tc-tabbed-table-of-contents-content">
<$transclude mode="block" tiddler="$template$">
<h1><$view field="caption"><$view field="title"/></$view></h1>
<$transclude mode="block" tiddler="$template$"><$transclude mode="block">$unselectedText$</$transclude></$transclude>
<$transclude mode="block">$unselectedText$</$transclude>
</$transclude>
</div>
</div>
</$tiddler>