Remove duplicate BlogLatestPost widget

This commit is contained in:
widgeter
2023-08-16 17:01:35 +02:00
parent 54fe0de2f5
commit 9cad7754cb

View File

@ -339,18 +339,6 @@ const metadata = {
]} ]}
/> />
<!-- HighlightedPosts Widget ******* -->
<BlogLatestPosts
id="blog"
title="Explore my insightful articles on my blog"
information={`Dive into a realm of design wisdom and creative inspiration, where you'll find invaluable insights, practical tips, and captivating narratives that elevate and enrich your creative journey.`}
>
<Fragment slot="bg">
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
</Fragment>
</BlogLatestPosts>
<!-- CallToAction Widget *********** --> <!-- CallToAction Widget *********** -->
<CallToAction <CallToAction
@ -363,7 +351,12 @@ const metadata = {
/> />
<!-- BlogLatestPost Widget **************** --> <!-- BlogLatestPost Widget **************** -->
<BlogLatestPosts id="blog" title="My blog">
<BlogLatestPosts
id="blog"
title="Explore my insightful articles on my blog"
information={`Dive into a realm of design wisdom and creative inspiration, where you'll find invaluable insights, practical tips, and captivating narratives that elevate and enrich your creative journey.`}
>
<Fragment slot="bg"> <Fragment slot="bg">
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div> <div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
</Fragment> </Fragment>