Fix page body class in static pages

So that we get the TW background colour
This commit is contained in:
Jeremy Ruston 2024-03-20 17:55:50 +00:00
parent 6154de0d2c
commit 891f0fd599
1 changed files with 1 additions and 3 deletions

View File

@ -11,12 +11,10 @@ page-content: title of tiddler containing the main page content
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="/.system/styles.css">
</head>
<body>
<div class="pageContainer">
<body class="tc-body">
`
<$view tiddler=<<page-content>> field="text" format="htmlwikified" />
`
</div>
</body>
</html>
`