mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 17:10:29 +00:00
Sites menu: fix matching of current site
This commit is contained in:
parent
f3ee7f429c
commit
5356345f19
@ -21,7 +21,7 @@ list-before:
|
||||
<ol>
|
||||
<$list filter="[all[shadows+tiddlers]tag[$:/tags/TiddlyWikiSites]]">
|
||||
<li>
|
||||
<$list filter="[{!!url}!prefix{$:/info/url/full}]" emptyMessage=<<current-link-body>> variable="ignore">
|
||||
<$list filter="[{!!url}!match{$:/info/url/full}]" emptyMessage=<<current-link-body>> variable="ignore">
|
||||
<a class="tc-tiddlylink-external" href={{!!url}} rel="noopener noreferrer" target="_blank">
|
||||
<<link-body>>
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user