[faq] fix missing header link

This commit is contained in:
Andrea Vos 2021-05-18 01:01:33 +02:00
parent 94862e2942
commit 9a438937da

View File

@ -137,7 +137,7 @@
}); });
} }
if (this.config.faq.enabled && !this.config.links.enabled) { if (this.config.faq.enabled && !this.config.links.split) {
links.push({ links.push({
link: '/' + this.config.faq.route, link: '/' + this.config.faq.route,
icon: 'map-marker-question', icon: 'map-marker-question',
@ -157,7 +157,7 @@
'blog', 'blog',
'blogEntry', 'blogEntry',
'/' + this.config.links.mediaRoute, '/' + this.config.links.mediaRoute,
'/' + this.config.faq.route, this.config.links.split ? '/' + this.config.faq.route : '',
'/' + this.config.people.route, '/' + this.config.people.route,
], ],
}); });