From ed258b743130fad44144f0237923f2d2f6331c75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Sat, 20 Jul 2024 19:38:49 +0200 Subject: [PATCH] Move links to the footer --- src/components/Footer.astro | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 7cdb037..26dbfe6 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,17 +1,35 @@ --- -const today = new Date(); +import NavLink from './NavLink.astro'; ---