Skip to content

Commit ccc4311

Browse files
formatting
1 parent 7f6aef2 commit ccc4311

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/docs/reference/appendix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default class BlogPostsList extends HTMLElement {
4444
.reverse()
4545
.map((post) => {
4646
return `
47-
<li><a href="${post.route}">"${post.title}"</a><span>by: ${post.data.author}</span></li>
47+
<li><a href="${post.route}">${post.title}</a><span>by: ${post.data.author}</span></li>
4848
`;
4949
})
5050
.join("")}

0 commit comments

Comments
 (0)