From b4924e26916620acc1ad2485a25f87e900ce42b7 Mon Sep 17 00:00:00 2001 From: geobza Date: Fri, 17 Jul 2026 18:42:13 -0400 Subject: [PATCH] Improve footer #4 --- src/components/Footer.astro | 35 ++++++++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 8574260..bf99ca0 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,12 +1,37 @@ --- -/* - * SCAFFOLD: minimal footer. A volunteer ticket builds this out (copyright + - * GitHub/social links). Keep the Carleton accent bar. - */ +import { Icon } from 'astro-icon/components'; +const year = new Date().getFullYear(); ---