From 0656dcea7c591734a5d9e70d61594d7e061784ba Mon Sep 17 00:00:00 2001 From: egeakman Date: Wed, 11 Dec 2024 10:26:38 -0500 Subject: [PATCH] Add notice to the top --- src/components/header/header.astro | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/components/header/header.astro b/src/components/header/header.astro index 151a25dda..5f52877cd 100644 --- a/src/components/header/header.astro +++ b/src/components/header/header.astro @@ -7,7 +7,15 @@ import HeaderLogo from "./header-logo.astro"; const links = JSON.parse(await fs.readFile("./src/data/links.json", "utf-8")); --- -
+ + This is the website for an older EuroPython. Looking for the latest + EuroPython? Click here! + + +