mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-25 01:20:30 +00:00
Change links for static content used when JS disabled
We were linking to tiddlywiki.com/#HelloThere, now we’ll link to tiddlywiki.com/static/HelloThere.html
This commit is contained in:
parent
24e7c7fc0f
commit
04a5f7f002
@ -2,6 +2,8 @@ title: $:/core/templates/static.content
|
|||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
hack-to-give-us-something-to-compare-against: yes
|
hack-to-give-us-something-to-compare-against: yes
|
||||||
|
|
||||||
|
\define tv-wikilink-template() http://tiddlywiki.com/static/$uri_doubleencoded$.html
|
||||||
|
|
||||||
<!-- For Google, and people without JavaScript-->
|
<!-- For Google, and people without JavaScript-->
|
||||||
<$reveal state="!!hack-to-give-us-something-to-compare-against" type="nomatch" text=<<savingEmpty>>>
|
<$reveal state="!!hack-to-give-us-something-to-compare-against" type="nomatch" text=<<savingEmpty>>>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user