diff --git a/src/_includes/layouts/page.njk b/src/_includes/layouts/page.njk index 7952cad..d6972d9 100644 --- a/src/_includes/layouts/page.njk +++ b/src/_includes/layouts/page.njk @@ -3,6 +3,7 @@ + {{ title or metadata.title }} diff --git a/src/index.md b/src/index.md index 83a45f9..587848e 100644 --- a/src/index.md +++ b/src/index.md @@ -22,4 +22,4 @@ This eleventy starter already includes: - Nunjucks templates - Sass & the necessary scripts to compile Sass -If the listed setup is not what you require, you might want to check out one of the many other Eleveny starters, which can be found here. \ No newline at end of file +If the listed setup is not what you require, you might want to check out one of the many other Eleveny starters, which can be found here: [Eleventy Starter Projects](https://www.11ty.dev/docs/starter/) \ No newline at end of file