浏览代码

:fire: removing some unneeded template cruft

tags/0.9.0
J 5 年前
父节点
当前提交
acc16af01a
共有 1 个文件被更改,包括 11 次插入14 次删除
  1. 11
    14
      vue-theme/src/pages/single.vue

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

@@ -17,22 +17,19 @@
17 17
                 p end: {{ dateFrom(post.end) }}
18 18
 
19 19
         block.post-single.block-wrapper(v-for="(block, index) in post.blocks" :block="block" @open-gallery="openGallery" :key="`block-${index}`")
20
+
20 21
         //- related artists section example layout
21
-        ul
22
+        section
22 23
             h2.t-up featured in this episode
23
-        ul.f-row.f-start
24
-            li
25
-                img(src="https://i1.wp.com/www.craftinamerica.org/wp-content/uploads/2020/09/20200210_133120-e1599254267307.jpg")
26
-            li
27
-                h2.t-up Julie Schafler Dale
28
-                p Julie Schafler Dale was the founder and President of Julie: Artisans’ Gallery, New York, which conducted business on Madison Avenue for over forty years. She has served on the Advisory Council for The...
29
-
30
-        ul.f-row.f-grow
31
-            li
32
-                img(src="https://i1.wp.com/www.craftinamerica.org/wp-content/uploads/2020/09/P1033899.jpg")
33
-            li
34
-                h2.t-up George Rodriguez
35
-                p George Rodriguez is a Seattle-based ceramic artist and sculptor who, throughout his career, has used oversized ceramic personalities he creates to tell universal stories. He was born and raised in El Paso, where...
24
+            ul.f-row.f-start
25
+                li
26
+                    img(src="https://i1.wp.com/www.craftinamerica.org/wp-content/uploads/2020/09/20200210_133120-e1599254267307.jpg")
27
+                    h2.t-up Julie Schafler Dale
28
+                    p Julie Schafler Dale was the founder and President of Julie: Artisans’ Gallery, New York, which conducted business on Madison Avenue for over forty years. She has served on the Advisory Council for The...
29
+                li
30
+                    img(src="https://i1.wp.com/www.craftinamerica.org/wp-content/uploads/2020/09/P1033899.jpg")
31
+                    h2.t-up George Rodriguez
32
+                    p George Rodriguez is a Seattle-based ceramic artist and sculptor who, throughout his career, has used oversized ceramic personalities he creates to tell universal stories. He was born and raised in El Paso, where...
36 33
 
37 34
         credits(v-if="type === 'episodes' && post" :post="post")
38 35
 

正在加载...
取消
保存