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>
|
||||
mermaid.initialize({
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>{{ title }}</title>
|
||||
<title>{{ collections.gardenEntry[0].fileSlug }}</title>
|
||||
{%include "components/pageheader.njk"%}
|
||||
</head>
|
||||
<body class="theme-{{meta.baseTheme}} markdown-preview-view">
|
||||
@ -12,4 +12,4 @@
|
||||
{%- endfor -%}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user