add id to headers for list pages for linking's sake
This commit is contained in:
parent
afca5d2c14
commit
8cb5a2c3cd
@ -67,7 +67,7 @@ module.exports = function (eleventyConfig) {
|
||||
}
|
||||
|
||||
return `<p>
|
||||
<h3>${title}</h3>
|
||||
<h3 id="${slug}">${title}</h3>
|
||||
${linkString}
|
||||
${imageString}
|
||||
${videoString}
|
||||
|
Loading…
Reference in New Issue
Block a user