disable about dialog pages

This commit is contained in:
j 2019-10-23 15:43:15 +02:00
parent d09bd19990
commit da5713addf
1 changed files with 3 additions and 3 deletions

View File

@ -1010,10 +1010,10 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
*/
"sitePages": [
{"id": "about", "title": "About"},
{"id": "news", "title": "News"},
// {"id": "news", "title": "News"},
// {"id": "tour", "title": "Take a Tour"},
{"id": "faq", "title": "Frequently Asked Questions"},
{"id": "terms", "title": "Terms of Service"},
// {"id": "faq", "title": "Frequently Asked Questions"},
// {"id": "terms", "title": "Terms of Service"},
//{"id": "license", "title": "License"},
{"id": "contact", "title": "Contact"}
],