From 173cad76698f2c215ca09a84d90f71257e3dc036 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 19 Apr 2025 23:44:14 +0200 Subject: [PATCH] feat: add first webrig --- src/components/Footer.astro | 4 ++++ src/components/WebRings.astro | 11 +++++++++++ 2 files changed, 15 insertions(+) create mode 100644 src/components/WebRings.astro diff --git a/src/components/Footer.astro b/src/components/Footer.astro index c079902..8109e81 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,6 +1,7 @@ --- import Icon from 'astro-iconify' import { footerLinks as links } from '../constants/links' +import WebRings from './WebRings.astro' const year = new Date().getFullYear() --- @@ -27,6 +28,9 @@ const year = new Date().getFullYear() )) } + + +

Copyright © 2022-{year} Ayo Ayco. This website +

+ + Fediring + +

+