1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-24 00:50:28 +00:00

Sites menu: fix matching of current site

This commit is contained in:
jeremy@jermolene.com 2022-04-18 11:37:17 +01:00
parent f3ee7f429c
commit 5356345f19

View File

@ -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>