We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b774677 commit bdaa3b5Copy full SHA for bdaa3b5
1 file changed
src/components/Navbar.astro
@@ -81,7 +81,6 @@ const { posts } = Astro.props;
81
<li class="search-result-item">
82
<a href="${post.url}">
83
<strong>${post.title}</strong><br>
84
- <span>${post.description}</span>
85
</a>
86
</li>
87
`).join('');
0 commit comments