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(); ---