diff --git a/src/pages/index.astro b/src/pages/index.astro index 8cc0b03..ed38f61 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -7,6 +7,7 @@ let years = now.getFullYear() - 2006 - 1 if (now.getMonth() > 7 || (now.getMonth() === 7 && now.getDate() >= 23)) { years++ } +let a = years === 18 ? "an " : "a "; ---