diff --git a/editions/tw5.com/tiddlers/system/Sources.tid b/editions/tw5.com/tiddlers/system/Sources.tid index dd03eeb0f..01dc5d522 100644 --- a/editions/tw5.com/tiddlers/system/Sources.tid +++ b/editions/tw5.com/tiddlers/system/Sources.tid @@ -6,7 +6,7 @@ caption: Sources http://tiddlywiki.com/static/<$view tiddler=<> field="title" format="doubleurlencoded"/>.html \end \define outerMakeStaticLink() -<$macrocall $name="makeStaticLink" $output="text/plain"/> +__<$macrocall $name="makeStaticLink" $output="text/plain"/>__ \end \define makeGitHubLink() https://github.com/Jermolene/TiddlyWiki5/blob/master/editions/tw5.com/tiddlers/$(githubLink)$ @@ -16,6 +16,8 @@ https://github.com/Jermolene/TiddlyWiki5/blob/master/editions/tw5.com/tiddlers/$ > class="tc-tiddlylink-external" target="_blank"><$text text=<>/> \end +<$list filter="[all[current]!prefix[$:/]]"> + A static HTML representation of this tiddler is available at the URL: <> @@ -23,3 +25,4 @@ A static HTML representation of this tiddler is available at the URL: Help us to improve the documentation by sending a ~GitHub pull request for this tiddler: <> + \ No newline at end of file