From f591623d734447f529c1c6bdea252b3dc4da3f05 Mon Sep 17 00:00:00 2001 From: widgeter Date: Wed, 16 Aug 2023 15:44:28 +0200 Subject: [PATCH] Include blog widget on personal page --- src/pages/homes/personal.astro | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/pages/homes/personal.astro b/src/pages/homes/personal.astro index 0c66b55..28d8df2 100644 --- a/src/pages/homes/personal.astro +++ b/src/pages/homes/personal.astro @@ -8,6 +8,7 @@ import CallToAction from '~/components/widgets/CallToAction.astro'; import Features3 from '~/components/widgets/Features3.astro'; import Testimonials from '~/components/widgets/Testimonials.astro'; import Steps from '~/components/widgets/Steps.astro'; +import BlogLatestPosts from '~/components/widgets/BlogLatestPosts.astro'; const metadata = { title: 'Personal Homepage Demo', @@ -357,6 +358,18 @@ const metadata = { ]} /> + + + + +
+
+
+