mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-03 12:49:09 +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" />
|
<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>
|
||||||
`
|
`
|
||||||
|
Loading…
Reference in New Issue
Block a user