From 2b13e3d12cac732500ab1364358b33eeff9d361d Mon Sep 17 00:00:00 2001
From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>
Date: Mon, 20 Jan 2025 13:39:52 +0100
Subject: Fix canonical URLs with .html extension
---
src/layouts/Layout.astro | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src/layouts')
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index e1ab283..6eff088 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -19,7 +19,7 @@ const { title, description } = Astro.props;
-
+
--
cgit v1.3