Skip to content

Commit

Permalink
Import upstream changes (7852e13022c9dcfcff5ed54a215c93420349e318)
Browse files Browse the repository at this point in the history
  • Loading branch information
lit-robot committed Dec 12, 2023
1 parent 413c284 commit f9a0370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-src/_includes/example.11ty.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const renderExample = ({name, content, collections, page}) => {
<a href="${relative(
page.url,
post.url
)}">${post.data.description.replace('<', '&lt;')}</a>
)}">${post.data.description.replace(/</g, '&lt;')}</a>
</li>
`
)
Expand Down

0 comments on commit f9a0370

Please sign in to comment.