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> <!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">