Remove duplicate BlogLatestPost widget
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user