From 83f7b9023d5a4f19a626baa3ef4d0dca66464f36 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sun, 17 Nov 2024 17:40:42 +0000 Subject: [PATCH] Retain original tiddler paths to try to get the contribution banner working --- editions/multiwikidocs/tiddlywiki.info | 3 +++ 1 file changed, 3 insertions(+) diff --git a/editions/multiwikidocs/tiddlywiki.info b/editions/multiwikidocs/tiddlywiki.info index 4bdee1d3f..6b212e69a 100644 --- a/editions/multiwikidocs/tiddlywiki.info +++ b/editions/multiwikidocs/tiddlywiki.info @@ -19,5 +19,8 @@ "--render","$:/core/templates/alltiddlers.template.html","alltiddlers.html","text/plain", "--render","[!is[system]]","[encodeuricomponent[]addprefix[static/]addsuffix[.html]]","text/plain","$:/core/templates/static.tiddler.html", "--render","$:/core/templates/static.template.css","static/static.css","text/plain"] + }, + "config": { + "retain-original-tiddler-path": true } }