From 82f7a547fe6c75106f7eeca6d46b367fc1b4de4a Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sun, 20 May 2012 15:20:21 +0100 Subject: [PATCH] Moved templates in the title hierarchy --- bld.sh | 4 ++-- core/templates/static.template.html.tid | 2 +- core/templates/tiddlywiki5.template.html.tid | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bld.sh b/bld.sh index 3166a84e2..5eddc980d 100755 --- a/bld.sh +++ b/bld.sh @@ -13,8 +13,8 @@ pushd tw5.com > /dev/null node ../core/boot.js \ --verbose \ --savetiddler ReadMe ../readme.md text/html \ - --savetiddler $:/core/tiddlywiki5.template.html ../tmp/tw5/index.html text/plain \ - --savetiddler $:/core/static.template.html ../tmp/tw5/static.html text/plain \ + --savetiddler $:/core/templates/tiddlywiki5.template.html ../tmp/tw5/index.html text/plain \ + --savetiddler $:/core/templates/static.template.html ../tmp/tw5/static.html text/plain \ || exit 1 popd > /dev/null diff --git a/core/templates/static.template.html.tid b/core/templates/static.template.html.tid index 27db90455..00d5b0e29 100644 --- a/core/templates/static.template.html.tid +++ b/core/templates/static.template.html.tid @@ -1,4 +1,4 @@ -title: $:/core/static.template.html +title: $:/core/templates/static.template.html type: text/x-tiddlywiki-html diff --git a/core/templates/tiddlywiki5.template.html.tid b/core/templates/tiddlywiki5.template.html.tid index 8ea74517d..c7cd8dd3c 100644 --- a/core/templates/tiddlywiki5.template.html.tid +++ b/core/templates/tiddlywiki5.template.html.tid @@ -1,4 +1,4 @@ -title: $:/core/tiddlywiki5.template.html +title: $:/core/templates/tiddlywiki5.template.html type: text/x-tiddlywiki-html