mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-10 20:09:57 +00:00
Fix empty-tag-node-template. removing redundant DOM elements if no list is shown (#8432)
This commit is contained in:
parent
cbfe6b6c18
commit
189b6016b6
@ -5,7 +5,8 @@ tags: $:/tags/ViewTemplate
|
|||||||
title: $:/editions/tw5.com/empty-tag-node-template
|
title: $:/editions/tw5.com/empty-tag-node-template
|
||||||
type:
|
type:
|
||||||
|
|
||||||
<$list filter='[<storyTiddler>!has[text]!has[tags]] :filter[tagging[]]'>
|
<% if [<storyTiddler>!has[text]!has[tags]tagging[]] %>
|
||||||
The following tiddlers are tagged with <<tag>>:
|
The following tiddlers are tagged with <<tag>>:
|
||||||
</$list>
|
|
||||||
<<list-links filter:"[<storyTiddler>!has[text]!has[tags]tagging[]]" class:"multi-columns">>
|
<<list-links filter:"[<storyTiddler>!has[text]!has[tags]tagging[]]" class:"multi-columns">>
|
||||||
|
<% endif %>
|
Loading…
Reference in New Issue
Block a user