From a0d3a4d84d6c29c7a3363b623cf02c855a62f1d0 Mon Sep 17 00:00:00 2001 From: David Hayes Date: Tue, 7 May 2024 10:21:06 -0500 Subject: [PATCH] Fix typo in feed note. "perfeclty" => "perfectly" --- 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 d92fbc82..3afbc5ac 100644 --- a/config/filters/index.js +++ b/config/filters/index.js @@ -144,7 +144,7 @@ export default { const date = new Date(entry[dateKey]) let excerpt = '' let url = '' - 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 perfectly within the feed. If something looks off, feel free to visit my site for the original post.

' // set the entry url if (entry.url.includes('http')) url = entry.url