Explorar el Código

:sparkles: added excerpt to the template

tags/0.9.0
j hace 4 años
padre
commit
7e077e5d31
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      vue-theme/src/pages/single.vue

+ 1
- 1
vue-theme/src/pages/single.vue Ver fichero

@@ -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
 

Loading…
Cancelar
Guardar