mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-26 14:32:04 -04:00
[faq] fix missing header link
This commit is contained in:
parent
94862e2942
commit
9a438937da
@ -137,7 +137,7 @@
|
||||
});
|
||||
}
|
||||
|
||||
if (this.config.faq.enabled && !this.config.links.enabled) {
|
||||
if (this.config.faq.enabled && !this.config.links.split) {
|
||||
links.push({
|
||||
link: '/' + this.config.faq.route,
|
||||
icon: 'map-marker-question',
|
||||
@ -157,7 +157,7 @@
|
||||
'blog',
|
||||
'blogEntry',
|
||||
'/' + this.config.links.mediaRoute,
|
||||
'/' + this.config.faq.route,
|
||||
this.config.links.split ? '/' + this.config.faq.route : '',
|
||||
'/' + this.config.people.route,
|
||||
],
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user