fix: formatting

This commit is contained in:
Simon Hyll
2024-06-21 05:35:54 +02:00
parent 261e0fd04d
commit 9c9d45b02e

View File

@@ -5,20 +5,20 @@ i18nReady: true
import { LinkCard } from '@astrojs/starlight/components';
<LinkCard
title="All updates"
description="Get notified about any updates across the entire site."
href="/feed.xml"
<LinkCard
title="All updates"
description="Get notified about any updates across the entire site."
href="/feed.xml"
/>
<LinkCard
title="Blog updates"
description="Stay up-to-date with the latest blog posts and articles."
href="/blog/rss.xml"
<LinkCard
title="Blog updates"
description="Stay up-to-date with the latest blog posts and articles."
href="/blog/rss.xml"
/>
<LinkCard
title="Pages updates"
description="Receive updates for the main website pages."
href="/pages.xml"
<LinkCard
title="Pages updates"
description="Receive updates for the main website pages."
href="/pages.xml"
/>