From 604e507b311171f0f5d914ce28a3d42a2281a5e6 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 11 Jun 2025 16:34:34 +0000 Subject: refactor: update blog layout and components - Removed the PostSummary component and replaced it with a new PostElement component for better post display. - Introduced SocialLinks and Welcome sections to enhance the homepage layout. - Updated the index page to utilize the new sections, improving overall structure and user experience. --- src/components/Sections/SocialLinks.astro | 70 +++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 src/components/Sections/SocialLinks.astro (limited to 'src/components/Sections/SocialLinks.astro') diff --git a/src/components/Sections/SocialLinks.astro b/src/components/Sections/SocialLinks.astro new file mode 100644 index 0000000..dbad5ef --- /dev/null +++ b/src/components/Sections/SocialLinks.astro @@ -0,0 +1,70 @@ + + +
+
+ + + + + + + + + + + + + + + + + + + +
+
-- cgit v1.2.3