chore: fix link feed output
This commit is contained in:
parent
1bb9d1782e
commit
f384ae9b39
4 changed files with 7 additions and 5 deletions
|
@ -65,7 +65,6 @@ module.exports = function (eleventyConfig) {
|
|||
excerpt_separator: '<!-- excerpt -->',
|
||||
})
|
||||
|
||||
// md instance
|
||||
const md = markdownIt({ html: true, linkify: true })
|
||||
|
||||
// enable us to iterate over all the tags, excluding posts and all
|
||||
|
|
Reference in a new issue