mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-08 05:35:20 +00:00
Use fileslug as title on homepage
This commit is contained in:
parent
0b2060fe99
commit
047a410694
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user