From 4b28fef680e1ed3b7113ab914cdb1d6b11671deb Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 10 Apr 2024 08:17:16 -0700 Subject: [PATCH] chore: link --- config/filters/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filters/index.js b/config/filters/index.js index 1007abeb..53008eb3 100644 --- a/config/filters/index.js +++ b/config/filters/index.js @@ -136,7 +136,7 @@ export default { const dateKey = Object.keys(entry).find((key) => key.includes('date')) const date = new Date(entry[dateKey]) let excerpt = '' - const feedNote = '

This is a full text feed, but not all content can be rendered perfeclty within the feed. If something looks off, feel free to visit my site for the original post.

' + const feedNote = '

This is a full text feed, but not all content can be rendered perfeclty within the feed. If something looks off, feel free to visit my site for the original post.

' // set the entry excerpt if (entry.description) excerpt = entry.description