refactor link styles

This commit is contained in:
Lyn Fugmann 2024-10-02 12:16:01 +02:00
parent f4019437c5
commit 1d8bcaf080
6 changed files with 16 additions and 18 deletions

View file

@ -108,8 +108,6 @@ module.exports = function(eleventyConfig) {
tokens[idx].attrSet('href', newHref);
}
tokens[idx].attrSet('class', 'link');
return self.renderToken(tokens, idx, options);
};