+ {post.data.title} +
+ Posted{post.data.description}
+From 589481749a1e5ea2427a683f02f0605216cb7b37 Mon Sep 17 00:00:00 2001 From: ysthakur <45539777+ysthakur@users.noreply.github.com> Date: Sun, 3 Nov 2024 22:01:27 -0500 Subject: [PATCH] Fix blog index page spacing+alignment --- src/components/BaseHead.astro | 7 +- src/components/header/mobile/Menu.astro | 2 +- src/consts.ts | 2 +- src/pages/blog/index.astro | 112 +++++++++++------------- 4 files changed, 52 insertions(+), 71 deletions(-) diff --git a/src/components/BaseHead.astro b/src/components/BaseHead.astro index 60be760..db291ad 100644 --- a/src/components/BaseHead.astro +++ b/src/components/BaseHead.astro @@ -10,12 +10,10 @@ interface Props { image?: string; } -const canonicalURL = new URL(Astro.url.pathname, Astro.site); - const { title, description = SITE_DESCRIPTION, - image = "/blog-placeholder-1.jpg", + image = "/cyberlang-logo.png", } = Astro.props; --- @@ -79,9 +77,6 @@ const { crossorigin /> - - -
- This is where we post about our progress and findings. - If you want updates, you can track our RSS feed. + This is where we post about our progress and findings. If you want updates, + you can track our RSS feed.
-{post.data.description}
-