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" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="/.system/styles.css"> <link rel="stylesheet" href="/.system/styles.css">
</head> </head>
<body> <body class="tc-body">
<div class="pageContainer">
` `
<$view tiddler=<<page-content>> field="text" format="htmlwikified" /> <$view tiddler=<<page-content>> field="text" format="htmlwikified" />
` `
</div>
</body> </body>
</html> </html>
` `