From 9aa9b5928418cfd57db709e12f20b173c41b58e3 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Mon, 15 Jun 2015 09:54:56 +0100 Subject: [PATCH] Include tiddler caption/title in static page titles --- core/templates/static.tiddler.html.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/templates/static.tiddler.html.tid b/core/templates/static.tiddler.html.tid index 3c113d301..bcc008660 100644 --- a/core/templates/static.tiddler.html.tid +++ b/core/templates/static.tiddler.html.tid @@ -16,7 +16,7 @@ title: $:/core/templates/static.tiddler.html -`{{$:/core/wiki/title}}` +`<$view field="caption"><$view field="title"/></$view>: {{$:/core/wiki/title}}` `{{$:/StaticBanner||$:/core/templates/html-tiddler}}`