@@ -60,7 +60,7 @@ const heroUtils = {
// json.text = post.title
json.text = post && post.content ? post.content : post.title
- if (post.type === 'page' && post.slug === 'center') {
+ if (post.type === 'page' && post.slug === 'center', 'about', 'board', 'mission', 'staff', 'contact', ) {
json.text = post.title
}