ソースを参照

:bug: heros only use post title text now | #111

tags/0.9.0
J 4年前
コミット
4a75c9c9ba
1個のファイルの変更3行の追加2行の削除
  1. 3
    2
      vue-theme/src/pages/mixin-post-types.js

+ 3
- 2
vue-theme/src/pages/mixin-post-types.js ファイルの表示

@@ -55,8 +55,9 @@ const heroUtils = {
55 55
             }
56 56
             // No featured or youTube
57 57
             if (!json.url) { json.heroType = null }
58
-            // Set the hero text to the post title or excerpt
59
-            json.text = post && post.excerpt ? post.excerpt : post.title
58
+            // Uncomment to set the hero text to the post title or excerpt
59
+            // json.text = post && post.excerpt ? post.excerpt : post.title
60
+            json.text = post.title
60 61
             return json
61 62
         },
62 63
         _clearHero(store) {

読み込み中…
キャンセル
保存