Просмотр исходного кода

Hero overlay text to post.content for Home page

tags/0.9.0
Alej 4 лет назад
Родитель
Сommit
1a5f49f57a
1 измененных файлов: 2 добавлений и 1 удалений
  1. 2
    1
      vue-theme/src/pages/mixin-post-types.js

+ 2
- 1
vue-theme/src/pages/mixin-post-types.js Просмотреть файл

57
             if (!json.url) { json.heroType = null }
57
             if (!json.url) { json.heroType = null }
58
             // Uncomment to set the hero text to the post title or excerpt
58
             // Uncomment to set the hero text to the post title or excerpt
59
             // json.text = post && post.excerpt ? post.excerpt : post.title
59
             // json.text = post && post.excerpt ? post.excerpt : post.title
60
-            json.text = post.title
60
+            // json.text = post.title
61
+            json.text = post && post.content ? post.content : post.title
61
             return json
62
             return json
62
         },
63
         },
63
         _clearHero(store) {
64
         _clearHero(store) {

Загрузка…
Отмена
Сохранить