From a259b0ed227c515593193945939ba5eb4477f691 Mon Sep 17 00:00:00 2001
From: Yuval Adam <_@yuv.al>
Date: Thu, 22 May 2025 12:41:06 +0200
Subject: Canonical path
---
src/layouts/Layout.astro | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src/layouts/Layout.astro')
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index 03bca69..8aaf7ef 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -51,7 +51,7 @@ const {
name="robots"
content={noindex ? "noindex, follow" : "index, follow"}
/>
-
+
{
!noindex && (
--
cgit v1.3.1