We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f93a87 commit 5c928ceCopy full SHA for 5c928ce
src/pages/index.astro
@@ -45,7 +45,7 @@ const socialCount = SOCIALS.filter((social) => social.active).length;
45
featuredPosts.length > 0 && (
46
<>
47
<section id="featured">
48
- <h2>Blogs</h2>
+ <h2>Posts</h2>
49
<ul>
50
{featuredPosts.map(({ data, slug }) => (
51
<Card
0 commit comments