mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-07-23 10:30:36 +00:00
Merge branch 'main' of https://github.com/oleeskild/digitalgarden
This commit is contained in:
commit
bdc7f195e4
@ -1,3 +1,4 @@
|
|||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<script src="https://unpkg.com/mermaid/dist/mermaid.min.js"></script>
|
<script src="https://unpkg.com/mermaid/dist/mermaid.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
mermaid.initialize({
|
mermaid.initialize({
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>{{ title }}</title>
|
<title>{{ collections.gardenEntry[0].fileSlug }}</title>
|
||||||
{%include "components/pageheader.njk"%}
|
{%include "components/pageheader.njk"%}
|
||||||
</head>
|
</head>
|
||||||
<body class="theme-{{meta.baseTheme}} markdown-preview-view">
|
<body class="theme-{{meta.baseTheme}} markdown-preview-view">
|
||||||
@ -12,4 +12,4 @@
|
|||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user