mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-27 06:52:35 -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({
|
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,
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user