fix: link feed formatting

This commit is contained in:
Cory Dransfeldt 2024-04-17 15:24:24 -07:00
parent 74faf6d1d3
commit 6dd48d8ad4
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -142,7 +142,7 @@ export default {
// set the entry excerpt
if (entry.description) excerpt = entry.description
if (entry?.data?.description) excerpt = entry?.data?.description
if (entry?.data?.description) excerpt = `${entry?.data?.description}<br/><br/>`
if (entry.content) excerpt = sanitizeHtml(`${entry.content}${feedNote}`, {
disallowedTagsMode: 'completelyDiscard'
})

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "12.0.4",
"version": "12.0.5",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {