mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-06 04:35:20 +00:00
Add body class used by the obsidian styling
This commit is contained in:
parent
0f42f3a99b
commit
de6b6305df
@ -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">
|
||||
|
@ -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">
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user