1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-26 15:23:15 +00:00

Moved templates in the title hierarchy

This commit is contained in:
Jeremy Ruston 2012-05-20 15:20:21 +01:00
parent 503f60f64c
commit 82f7a547fe
3 changed files with 4 additions and 4 deletions

4
bld.sh
View File

@ -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

View File

@ -1,4 +1,4 @@
title: $:/core/static.template.html
title: $:/core/templates/static.template.html
type: text/x-tiddlywiki-html
<!doctype html>

View File

@ -1,4 +1,4 @@
title: $:/core/tiddlywiki5.template.html
title: $:/core/templates/tiddlywiki5.template.html
type: text/x-tiddlywiki-html
<!doctype html>