Merge branch 'main' into v2

# Conflicts:
#	.eleventy.js
#	package.json
#	tags-list.njk
This commit is contained in:
Zach Leatherman
2022-07-13 12:46:03 -05:00
10 changed files with 98 additions and 57 deletions

View File

@@ -61,8 +61,8 @@ module.exports = function(eleventyConfig) {
placement: "after",
class: "direct-link",
symbol: "#",
level: [1,2,3,4],
}),
level: [1,2,3,4],
slugify: eleventyConfig.getFilter("slug")
});
});