fix: typo

v1.18.x
psychobunny 4 years ago
parent 5172d73137
commit 54705cc432

@ -33,7 +33,7 @@ Tags.parse = async (req, data, meta, link) => {
noEscape: true, noEscape: true,
}, { }, {
name: 'theme-color', name: 'theme-color',
content: meta.config.themeColor || '#ffffff', content: Meta.config.themeColor || '#ffffff',
}]; }];
if (Meta.config.keywords) { if (Meta.config.keywords) {

Loading…
Cancel
Save