mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-08 23:20:03 +00:00
Merge branch 'tiddlywiki-com'
This commit is contained in:
commit
d31839d1e8
@ -21,7 +21,7 @@ list-before:
|
|||||||
<ol>
|
<ol>
|
||||||
<$list filter="[all[shadows+tiddlers]tag[$:/tags/TiddlyWikiSites]]">
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/TiddlyWikiSites]]">
|
||||||
<li>
|
<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">
|
<a class="tc-tiddlylink-external" href={{!!url}} rel="noopener noreferrer" target="_blank">
|
||||||
<<link-body>>
|
<<link-body>>
|
||||||
</a>
|
</a>
|
||||||
|
@ -2,5 +2,5 @@ title: $:/_tw_shared/sites/tiddlywiki.com.dev
|
|||||||
tags: $:/tags/TiddlyWikiSites
|
tags: $:/tags/TiddlyWikiSites
|
||||||
caption: tiddlywiki.com/dev
|
caption: tiddlywiki.com/dev
|
||||||
description: Developer Site
|
description: Developer Site
|
||||||
url: https://tiddlywiki.com/dev
|
url: https://tiddlywiki.com/dev/
|
||||||
icon: $:/_tw_shared/favicons/tiddlywiki.com.dev
|
icon: $:/_tw_shared/favicons/tiddlywiki.com.dev
|
||||||
|
@ -2,5 +2,5 @@ title: $:/_tw_shared/sites/tiddlywiki.com.prerelease
|
|||||||
tags: $:/tags/TiddlyWikiSites
|
tags: $:/tags/TiddlyWikiSites
|
||||||
caption: tiddlywiki.com/prerelease
|
caption: tiddlywiki.com/prerelease
|
||||||
description: Latest Build of Next Release
|
description: Latest Build of Next Release
|
||||||
url: https://tiddlywiki.com/prerelease
|
url: https://tiddlywiki.com/prerelease/
|
||||||
icon: $:/_tw_shared/favicons/tiddlywiki.com.prerelease
|
icon: $:/_tw_shared/favicons/tiddlywiki.com.prerelease
|
||||||
|
@ -19,14 +19,13 @@ code-body: yes
|
|||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-sites-menu ol li a,
|
.tc-sites-menu ol li a {
|
||||||
.tc-sites-menu ol li .tc-sites-menu-disabled {
|
|
||||||
padding-top: 0.25em;
|
padding-top: 0.25em;
|
||||||
padding-bottom: 0.25em;
|
padding-bottom: 0.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-sites-menu ol li .tc-sites-menu-disabled {
|
.tc-sites-menu ol li .tc-sites-menu-disabled {
|
||||||
padding: 0 14px 0 14px;
|
padding: 0.25em 14px 0.25em 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-sites-menu-this-site {
|
.tc-sites-menu-this-site {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user