Release #385

Merged
alexlebens merged 5 commits from main into release 2026-03-13 14:32:30 +00:00
Showing only changes of commit 43f0f7b324 - Show all commits

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."