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>
mermaid.initialize({

View File

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