From fa137bf1643b071a903db298751d0281e1c4486f Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Mon, 12 May 2025 21:20:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Ajoute=20le=20titre=20de=20la=20?= =?UTF-8?q?page=20au=20title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #145 --- _includes/layouts/layout.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/layouts/layout.njk b/_includes/layouts/layout.njk index 90504e0..1b3b8c2 100644 --- a/_includes/layouts/layout.njk +++ b/_includes/layouts/layout.njk @@ -3,7 +3,7 @@ - {{ title or metadata.title }} + {%- if eleventyNavigation.key -%} {{ eleventyNavigation.key }} | {%- endif %} {{ title or metadata.title }} {#- Atom and JSON feeds included by default #}