mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-25 01:20:30 +00:00
Add static fallback content/links for tw.org (#6597)
Modified from the static.content template used in the tw5.com branch
This commit is contained in:
parent
8d5c94e028
commit
7459ccfed5
@ -0,0 +1,18 @@
|
|||||||
|
title: $:/core/templates/static.content
|
||||||
|
|
||||||
|
\define tv-wikilink-template() https://tiddlywiki.org/static/$uri_doubleencoded$.html
|
||||||
|
|
||||||
|
<!-- For Google, and people without JavaScript-->
|
||||||
|
|
||||||
|
<$reveal default="yes" text=<<savingEmpty>> type="nomatch">
|
||||||
|
|
||||||
|
It looks like this browser doesn't run JavaScript. You can use one of these static HTML versions to browse the same content:
|
||||||
|
|
||||||
|
* https://tiddlywiki.org/static.html - browse individual tiddlers as separate pages
|
||||||
|
* https://tiddlywiki.org/alltiddlers.html#HelloThere - single file containing all tiddlers
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
{{HelloThere}}
|
||||||
|
|
||||||
|
</$reveal>
|
Loading…
Reference in New Issue
Block a user