Merge pull request #317 from drhayes/patch-1

Fix typo in feed note.
This commit is contained in:
Cory Dransfeldt 2024-05-07 08:22:30 -07:00 committed by GitHub
commit bcc6ea0987
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -144,7 +144,7 @@ export default {
const date = new Date(entry[dateKey]) const date = new Date(entry[dateKey])
let excerpt = '' let excerpt = ''
let url = '' let url = ''
const feedNote = '<hr/><p>This is a full text feed, but not all content can be rendered perfeclty within the feed. If something looks off, feel free to <a href="https://coryd.dev">visit my site</a> for the original post.</p>' const feedNote = '<hr/><p>This is a full text feed, but not all content can be rendered perfectly within the feed. If something looks off, feel free to <a href="https://coryd.dev">visit my site</a> for the original post.</p>'
// set the entry url // set the entry url
if (entry.url.includes('http')) url = entry.url if (entry.url.includes('http')) url = entry.url