mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-04 00:20:26 +03:00
feat: add LatestPosts section to homepage
- Introduced a new LatestPosts component to display the five most recent blog posts. - Updated the index page to include the LatestPosts section, enhancing content visibility. - Made minor text adjustments in the Welcome section for clarity.
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
---
|
||||
import Layout from "../layouts/BaseLayout.astro";
|
||||
import LatestPostsSection from "../components/Sections/LatestPosts.astro";
|
||||
import SocialLinksSection from "../components/Sections/SocialLinks.astro";
|
||||
import WelcomeSection from "../components/Sections/Welcome.astro";
|
||||
---
|
||||
@ -7,4 +8,5 @@ import WelcomeSection from "../components/Sections/Welcome.astro";
|
||||
<Layout>
|
||||
<WelcomeSection />
|
||||
<SocialLinksSection />
|
||||
<LatestPostsSection />
|
||||
</Layout>
|
||||
|
Reference in New Issue
Block a user