mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-03 04:39:10 +00:00
Fix page body class in static pages
So that we get the TW background colour
This commit is contained in:
parent
6154de0d2c
commit
891f0fd599
@ -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>
|
||||
`
|
||||
|
Loading…
Reference in New Issue
Block a user