disable about dialog pages
This commit is contained in:
parent
d09bd19990
commit
da5713addf
1 changed files with 3 additions and 3 deletions
|
@ -1010,10 +1010,10 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
*/
|
*/
|
||||||
"sitePages": [
|
"sitePages": [
|
||||||
{"id": "about", "title": "About"},
|
{"id": "about", "title": "About"},
|
||||||
{"id": "news", "title": "News"},
|
// {"id": "news", "title": "News"},
|
||||||
// {"id": "tour", "title": "Take a Tour"},
|
// {"id": "tour", "title": "Take a Tour"},
|
||||||
{"id": "faq", "title": "Frequently Asked Questions"},
|
// {"id": "faq", "title": "Frequently Asked Questions"},
|
||||||
{"id": "terms", "title": "Terms of Service"},
|
// {"id": "terms", "title": "Terms of Service"},
|
||||||
//{"id": "license", "title": "License"},
|
//{"id": "license", "title": "License"},
|
||||||
{"id": "contact", "title": "Contact"}
|
{"id": "contact", "title": "Contact"}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue