|
|
@@ -73,6 +73,7 @@ const heroUtils = {
|
|
73
|
73
|
post.type == 'page' && post.slug == 'library' ||
|
|
74
|
74
|
post.type == 'page' && post.slug == 'artists-resources' ||
|
|
75
|
75
|
post.type == 'page' && post.slug == 'craft-resources-map' ||
|
|
|
76
|
+ post.type == 'page' && post.slug == 'community-craft-calendar' ||
|
|
76
|
77
|
post.type == 'page' && post.slug == 'video-resources-for-educators' ||
|
|
77
|
78
|
post.type == 'page' && post.slug == 'craft-in-schools' ||
|
|
78
|
79
|
post.type == 'page' && post.slug == 'mailing-list'
|