Add body class used by the obsidian styling

This commit is contained in:
Ole Eskild Steensen 2022-10-21 11:20:12 +02:00
parent 0f42f3a99b
commit de6b6305df
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ permalink: "notes/{{ page.fileSlug | slugify }}/"
<title>{{ page.fileSlug }}</title>
{%include "components/pageheader.njk"%}
</head>
<body class="theme-{{meta.baseTheme}} markdown-preview-view">
<body class="theme-{{meta.baseTheme}} markdown-preview-view markdown-rendered">
{%include "components/notegrowthhistory.njk"%}
<div class="content">

View File

@ -4,7 +4,7 @@
<title>{{ collections.gardenEntry[0].fileSlug }}</title>
{%include "components/pageheader.njk"%}
</head>
<body class="theme-{{meta.baseTheme}} markdown-preview-view">
<body class="theme-{{meta.baseTheme}} markdown-preview-view markdown-rendered">
{%include "components/notegrowthhistory.njk"%}
<div class="content">