From 557053ab35ad1072ffbd7c54f35fb1f03dda3864 Mon Sep 17 00:00:00 2001 From: Bram Chen Date: Mon, 14 Jan 2019 17:18:57 +0800 Subject: [PATCH] Fix outdated external-js template. (#3657) Fix outdated external-js template. Add the missing raw markup sections: * the top of the head * the top of the body * the bottom of the body --- .../external-js/tiddlywiki5-external-js.html.tid | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/core/templates/external-js/tiddlywiki5-external-js.html.tid b/core/templates/external-js/tiddlywiki5-external-js.html.tid index 611da06b0..f4747e308 100644 --- a/core/templates/external-js/tiddlywiki5-external-js.html.tid +++ b/core/templates/external-js/tiddlywiki5-external-js.html.tid @@ -4,8 +4,10 @@ title: $:/core/templates/tiddlywiki5-external-js.html {{$:/core/templates/MOTW.html}} - + +{{{ [all[shadows+tiddlers]tag[$:/tags/RawMarkupWikified/TopHead]] ||$:/core/templates/raw-static-tiddler}}} + @@ -24,6 +26,8 @@ title: $:/core/templates/tiddlywiki5-external-js.html {{{ [all[shadows+tiddlers]tag[$:/tags/RawMarkupWikified]] ||$:/core/templates/raw-static-tiddler}}} + +{{{ [all[shadows+tiddlers]tag[$:/tags/RawMarkupWikified/TopBody]] ||$:/core/templates/raw-static-tiddler}}}
{{$:/boot/boot.css||$:/core/templates/css-tiddler}} @@ -36,6 +40,8 @@ title: $:/core/templates/tiddlywiki5-external-js.html {{$:/core/templates/store.area.template.html}} + +{{{ [all[shadows+tiddlers]tag[$:/tags/RawMarkupWikified/BottomBody]] ||$:/core/templates/raw-static-tiddler}}}