浏览代码

Add handwork-2026 to non-list page title setting

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

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

@@ -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
         },

正在加载...
取消
保存