diff --git a/config.jsonc b/config.jsonc index 8f9d2c8..3156324 100644 --- a/config.jsonc +++ b/config.jsonc @@ -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"} ],