mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-04-27 17:21:30 +00:00
Include tiddler caption/title in static page titles
This commit is contained in:
@@ -16,7 +16,7 @@ title: $:/core/templates/static.tiddler.html
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<link id="faviconLink" rel="shortcut icon" href="favicon.ico">
|
||||
<link rel="stylesheet" href="static.css">
|
||||
<title>`{{$:/core/wiki/title}}`</title>
|
||||
<title>`<$view field="caption"><$view field="title"/></$view>: {{$:/core/wiki/title}}`</title>
|
||||
</head>
|
||||
<body class="tc-body">
|
||||
`{{$:/StaticBanner||$:/core/templates/html-tiddler}}`
|
||||
|
||||
Reference in New Issue
Block a user