diff --git a/core/templates/store.info.template.html.tid b/core/templates/store.custom.template.html.tid similarity index 87% rename from core/templates/store.info.template.html.tid rename to core/templates/store.custom.template.html.tid index b1aaf53ec..e7fc2ff7e 100644 --- a/core/templates/store.info.template.html.tid +++ b/core/templates/store.custom.template.html.tid @@ -11,7 +11,7 @@ title: $:/core/templates/store.info.template.html join=`,$(newline)$` > <$text text=<>/> - <$list filter="[all[shadows+tiddlers]tag[$:/tags/InfoTiddlerTemplate]]"> + <$list filter="[all[shadows+tiddlers]tag[$:/tags/InjectCustomTiddlers]]"> <$transclude mode=block/> <$text text=<>/> diff --git a/core/templates/store.info.tiddler.template.tid b/core/templates/store.custom.tiddler.template.tid similarity index 86% rename from core/templates/store.info.tiddler.template.tid rename to core/templates/store.custom.tiddler.template.tid index ec5d42b0d..0dfc14fd6 100644 --- a/core/templates/store.info.tiddler.template.tid +++ b/core/templates/store.custom.tiddler.template.tid @@ -1,7 +1,7 @@ -title: $:/core/templates/store.info.tiddler.template -tags: $:/tags/InfoTiddlerTemplate +title: $:/core/templates/store.custom.tiddler.template +tags: $:/tags/InjectCustomTiddlers - + \whitespace trim \procedure readableFormat() [UTC]YYYY-0MM-0DD 0hh:0mm:0ss.0XXX UTC TZD diff --git a/core/templates/tiddlywiki5.html.tid b/core/templates/tiddlywiki5.html.tid index f0cc90d26..1ef4f7dd6 100644 --- a/core/templates/tiddlywiki5.html.tid +++ b/core/templates/tiddlywiki5.html.tid @@ -41,7 +41,7 @@ title: $:/core/templates/tiddlywiki5.html `{{$:/core/templates/store.area.template.html}}` -`{{$:/core/templates/store.info.template.html}}` +`{{$:/core/templates/store.custom.template.html}}`