浏览代码

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

正在加载...
取消
保存