diff --git a/rabbithole/core/static.template.html.tid b/rabbithole/core/static.template.html.tid new file mode 100644 index 000000000..9e7b43b12 --- /dev/null +++ b/rabbithole/core/static.template.html.tid @@ -0,0 +1,26 @@ +title: $:/core/static.template.html +type: text/x-tiddlywiki-html + + + + + + +>" /> + + + + +> +" /> +<<tiddler target:$:/shadows/title>> + + + + +<<^"PageTemplate" text/html>> + + diff --git a/rabbithole/tw5.com/bld.sh b/rabbithole/tw5.com/bld.sh index c98c07aa8..2ba473283 100755 --- a/rabbithole/tw5.com/bld.sh +++ b/rabbithole/tw5.com/bld.sh @@ -7,4 +7,6 @@ mkdir -p tmp mkdir -p tmp/tw5 # cook TiddlyWiki5 -node ../core/boot.js --verbose --savetiddler $:/core/tiddlywiki5.template.html tmp/tw5/index.html text/plain || exit 1 +node ../core/boot.js --verbose \ + --savetiddler $:/core/tiddlywiki5.template.html tmp/tw5/index.html text/plain \ + --savetiddler $:/core/static.template.html tmp/tw5/static.html text/plain || exit 1