mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Moved templates in the title hierarchy
This commit is contained in:
parent
503f60f64c
commit
82f7a547fe
4
bld.sh
4
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
|
||||
|
@ -1,4 +1,4 @@
|
||||
title: $:/core/static.template.html
|
||||
title: $:/core/templates/static.template.html
|
||||
type: text/x-tiddlywiki-html
|
||||
|
||||
<!doctype html>
|
||||
|
@ -1,4 +1,4 @@
|
||||
title: $:/core/tiddlywiki5.template.html
|
||||
title: $:/core/templates/tiddlywiki5.template.html
|
||||
type: text/x-tiddlywiki-html
|
||||
|
||||
<!doctype html>
|
||||
|
Loading…
Reference in New Issue
Block a user