瀏覽代碼

:sparkles: added excerpt to the template

tags/0.9.0
j 4 年之前
父節點
當前提交
7e077e5d31
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      vue-theme/src/pages/single.vue

+ 1
- 1
vue-theme/src/pages/single.vue 查看文件

28
                     img(src="https://i1.wp.com/www.craftinamerica.org/wp-content/uploads/2020/09/20200210_133120-e1599254267307.jpg")
28
                     img(src="https://i1.wp.com/www.craftinamerica.org/wp-content/uploads/2020/09/20200210_133120-e1599254267307.jpg")
29
                     .f-col
29
                     .f-col
30
                         h2.t-up {{ artist.title }}
30
                         h2.t-up {{ artist.title }}
31
-                        p {{ artist.content }}
31
+                        p {{ artist.excerpt }}
32
             
32
             
33
         credits(v-if="type === 'episodes' && post" :post="post")
33
         credits(v-if="type === 'episodes' && post" :post="post")
34
 
34
 

Loading…
取消
儲存