mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Improve tag template
We have to include fake <li> tags to keep Bootstrap's specificity rules happy
This commit is contained in:
parent
a2dfaec054
commit
38782ab60c
@ -9,7 +9,7 @@ title: $:/templates/TagTemplate
|
||||
*.divider
|
||||
* <div>
|
||||
<$list filter="[is[current]tagging[]sort[title]]">
|
||||
<$view field="title" format="link" />
|
||||
<li><$view field="title" format="link" /></li>
|
||||
</$list>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user