From 79c7ff47b2ecd9a52836b174fca521d2c500ad40 Mon Sep 17 00:00:00 2001 From: Leo Wilkin Date: Fri, 16 Feb 2024 21:28:21 +0000 Subject: [PATCH] Add script tags for external JavaScript files --- src/pages/about.astro | 4 +++- src/pages/index.astro | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pages/about.astro b/src/pages/about.astro index 5605b98..5fdf12c 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -44,4 +44,6 @@ Who made it? LineUp is maintained and developed by @leowilkin. You can find him at wilkin.xyz - come and say hi :)

- \ No newline at end of file + + + \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index a8a7645..d39e63f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -91,5 +91,6 @@ window.addEventListener('keypress', handleKeyPress); } +