Fix typo in feed note.
"perfeclty" => "perfectly"
This commit is contained in:
parent
e5d1786d60
commit
a0d3a4d84d
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ export default {
|
|||
const date = new Date(entry[dateKey])
|
||||
let excerpt = ''
|
||||
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
|
||||
if (entry.url.includes('http')) url = entry.url
|
||||
|
|
Reference in a new issue