浏览代码

hero overlay post.title condition updates

tags/0.9.1
Alej 4 年前
父节点
当前提交
da82df7837
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      vue-theme/src/pages/mixin-post-types.js

+ 1
- 0
vue-theme/src/pages/mixin-post-types.js 查看文件

@@ -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' 

正在加载...
取消
保存