1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-27 12:07:19 +00:00

Rename static content template for consistency

This commit is contained in:
Jeremy Ruston 2013-05-31 19:56:54 +01:00
parent bf4216f3ac
commit 7e27ed1292
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
title: $:/templates/static.content title: $:/core/templates/static.content
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
<!-- For Google, and people without JavaScript--> <!-- For Google, and people without JavaScript-->

View File

@ -26,7 +26,7 @@ title: $:/core/templates/tiddlywiki5.template.html
<!----------- Static content for Google and browsers without JavaScript -----------> <!----------- Static content for Google and browsers without JavaScript ----------->
<noscript> <noscript>
<div id="splashArea"> <div id="splashArea">
{{$:/templates/static.content||$:/core/templates/html-tiddler}} {{$:/core/templates/static.content||$:/core/templates/html-tiddler}}
</div> </div>
</noscript> </noscript>
<!----------- Miscellaneous system tiddlers -----------> <!----------- Miscellaneous system tiddlers ----------->