From 274ef036d62d00e6a97d59688ad603cb82d531b6 Mon Sep 17 00:00:00 2001 From: Claudia Reynders <> Date: Mon, 25 Apr 2022 22:17:18 +0200 Subject: [PATCH] Updated small details --- src/_includes/layouts/page.njk | 1 + src/index.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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