chore: initial commit
This commit is contained in:
parent
3faf8bc4d5
commit
87529d370b
2 changed files with 8 additions and 8 deletions
|
@ -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);
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue