mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-11 00:03:48 +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
|
*.divider
|
||||||
* <div>
|
* <div>
|
||||||
<$list filter="[is[current]tagging[]sort[title]]">
|
<$list filter="[is[current]tagging[]sort[title]]">
|
||||||
<$view field="title" format="link" />
|
<li><$view field="title" format="link" /></li>
|
||||||
</$list>
|
</$list>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user