From f9b0f94fd89eea958615a798de0732b0b2686411 Mon Sep 17 00:00:00 2001 From: Jarvis Prime Date: Mon, 23 Mar 2026 22:22:06 +0000 Subject: [PATCH] Restore footer cross-links: blog posts, product downloads, sitemap, contact --- src/layouts/Base.astro | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro index 693d716..525b0c2 100644 --- a/src/layouts/Base.astro +++ b/src/layouts/Base.astro @@ -461,11 +461,25 @@ const isHome = currentPath === '/';