chore: initial commit

This commit is contained in:
Cory Dransfeldt 2024-03-13 11:40:42 -07:00
parent 3faf8bc4d5
commit 87529d370b
No known key found for this signature in database
2 changed files with 8 additions and 8 deletions

View file

@ -25,7 +25,7 @@ module.exports = function tablericons(eleventyConfig, config = initialConfig) {
}`;
}
eleventyConfig.addShortcode("tablericon", function (name, alt, attrs) {
eleventyConfig.addShortcode("tablericon-filled", function (name, alt, attrs) {
return tablericons(this, name, alt, attrs);
});
};