mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 09:06:15 +01:00
fix: typo
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user