This commit is contained in:
Ole Eskild Steensen 2022-04-05 22:18:39 +02:00
commit bdc7f195e4
2 changed files with 3 additions and 2 deletions

View File

@ -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({

View File

@ -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>