Переглянути джерело

: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) {

Завантаження…
Відмінити
Зберегти