From cf180f2eb96fb18998937d55e8e5a2f0630f1685 Mon Sep 17 00:00:00 2001 From: sindrekjelsrud Date: Tue, 1 Aug 2023 20:16:34 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20fixing=20Header=20&=20Footer=20c?= =?UTF-8?q?omponents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Footer.astro | 2 +- src/components/Header.astro | 25 ++++++++----------------- src/consts.ts | 3 +-- 3 files changed, 10 insertions(+), 20 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 08395a4..6abb916 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -3,7 +3,7 @@ const today = new Date(); --- + \ No newline at end of file diff --git a/src/consts.ts b/src/consts.ts index 1d5dbf6..2c90c7f 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -1,5 +1,4 @@ // Place any global data in this file. // You can import this data from anywhere in your site by using the `import` keyword. -export const SITE_TITLE = 'My personal website.'; -export const SITE_DESCRIPTION = 'Welcome to my website!'; +export const SITE_TITLE = 'kjelsrud.dev'; \ No newline at end of file