feat: test placing weather section below posts
All checks were successful
renovate / renovate (push) Successful in 2m8s
test-build / guarddog (push) Successful in 24s
test-build / build (push) Successful in 6m32s

This commit is contained in:
2026-03-13 09:26:45 -05:00
parent eab6e0c31d
commit 43f0f7b324

View File

@@ -59,6 +59,12 @@ const recentPosts = posts
<FeatureSection />
<RecentPostsSection
posts={recentPosts}
title="Latest Posts"
subTitle="Checkout my most recent thoughts here"
/>
<WeatherSection
server:defer
latitude={weather.latitude}
@@ -67,12 +73,6 @@ const recentPosts = posts
timezone={weather.timezone}
/>
<RecentPostsSection
posts={recentPosts}
title="Latest Posts"
subTitle="Checkout my most recent thoughts here"
/>
<GiteaSection
title="Follow me on Gitea"
subTitle="I love open source and have my code availabile on my Gitea server."