From 91712b6c03816da84f384579db6684551610f82c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Sat, 7 Jan 2023 22:18:53 +0100 Subject: [PATCH] Rename Layout component to BaseLayout --- src/layouts/{Layout.astro => BaseLayout.astro} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/layouts/{Layout.astro => BaseLayout.astro} (98%) diff --git a/src/layouts/Layout.astro b/src/layouts/BaseLayout.astro similarity index 98% rename from src/layouts/Layout.astro rename to src/layouts/BaseLayout.astro index 0c7d0e4..85e8864 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/BaseLayout.astro @@ -63,7 +63,7 @@ const metaTagTitle = `${title} - Spotify Playlist Archive`; -
+