|
|
@@ -80,12 +80,13 @@ const heroUtils = {
|
|
80
|
80
|
post.type == 'page' && post.slug == 'community-craft-calendar' ||
|
|
81
|
81
|
post.type == 'page' && post.slug == 'video-resources-for-educators' ||
|
|
82
|
82
|
post.type == 'page' && post.slug == 'craft-in-schools' ||
|
|
83
|
|
- post.type == 'page' && post.slug == 'mailing-list'
|
|
|
83
|
+ post.type == 'page' && post.slug == 'mailing-list' ||
|
|
|
84
|
+ post.type == 'page' && post.slug == 'handwork-celebrating-american-craft-2026'
|
|
|
85
|
+
|
|
84
|
86
|
|
|
85
|
87
|
) {
|
|
86
|
88
|
json.text = post.title
|
|
87
|
89
|
}
|
|
88
|
|
-
|
|
89
|
90
|
// post.type == 'page' && post.slug == 'thing' || post.type == 'page' && post.slug == 'otherthing'
|
|
90
|
91
|
return json
|
|
91
|
92
|
},
|