Open hrehfeld opened 9 years ago
Sorry, currently there is no way to disable about page.
@hrehfeld - Quick fix : create a custom theme from mdo (or any other) and remove About link from nav.mustache
@StephaneArguin: This unfortunately still allows a user to go to /about
and see the default about page. Granted this is a minor concern, given that the page is hidden if the link is removed from nav.mustache.
It's worth pointing out that aliasing op/generate-about
to ignore
will implicitly disable about generation. Still, would be nice to set up an explicit op/enable-about
variable or something along those lines.
I really don't need the about page, is there a way to disable it?
Removing it from op/category-config-alist didn't help.