From 93d5fdc30d272c4c44e2ff9e23eaf8c5bdbf77ca Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 15 Sep 2024 20:29:54 +0100 Subject: [PATCH] Add canonical URLs --- source/_layouts/base.html.twig | 1 + source/index.html.twig | 1 + 2 files changed, 2 insertions(+) diff --git a/source/_layouts/base.html.twig b/source/_layouts/base.html.twig index c9bebcee4..098fd48c3 100644 --- a/source/_layouts/base.html.twig +++ b/source/_layouts/base.html.twig @@ -4,6 +4,7 @@ + {{ page.title }} - {{ site.name }} diff --git a/source/index.html.twig b/source/index.html.twig index 0e104bb56..08387695e 100644 --- a/source/index.html.twig +++ b/source/index.html.twig @@ -1,6 +1,7 @@ --- layout: page title: Zettelkasten for Oliver Davies (opdavies) +permalink: / use: [zets] ---