Use fileslug as title on homepage

This commit is contained in:
Ole Eskild Steensen 2022-04-01 16:37:58 +02:00
parent 0b2060fe99
commit 047a410694

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>