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