Add class to body used by some themes

This commit is contained in:
Ole Eskild Steensen 2022-10-24 23:10:09 +02:00
parent b2b5253f30
commit 37a73b82a2
2 changed files with 2 additions and 2 deletions

View File

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

View File

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