瀏覽代碼

:bug: fixing indents in template

tags/0.9.0
J 4 年之前
父節點
當前提交
40de4a030d
共有 1 個檔案被更改,包括 5 行新增13 行删除
  1. 5
    13
      vue-theme/src/pages/index.vue

+ 5
- 13
vue-theme/src/pages/index.vue 查看文件

@@ -24,7 +24,6 @@
24 24
                 h2.t-up.t-cntr {{ Object.values(allEpisodes)[0].slug }}
25 25
             p episode excerpt, Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nisl ligula, ullamcorper nec dapibus a, ullamcorper a elit. Integer mattis interdum mauris, sit amet feugiat dui consequat et. Curabitur cursus justo quis nunc euismod, nec ornare sem ornare. Mauris eget purus finibus, tempus tellus sed, maximus nisi. Fusce cursus placerat sodales...[…]
26 26
 
27
-    
28 27
         section(v-if="allExhibitionsLoaded").shadow
29 28
             router-link(:to="`/exhibitions`")
30 29
                 h3.t-up exhibitions
@@ -46,13 +45,6 @@
46 45
                 img.index(src="https://i1.wp.com/www.craftinamerica.org/wp-content/uploads/2020/09/20200210_133120-e1599254267307.jpg")
47 46
                 h2.t-up.t-cntr {{ Object.values(allPosts)[0].slug }}
48 47
 
49
-        section(v-if="allPostsLoaded").shadow
50
-            router-link(:to="`/posts`")
51
-                h3.t-up posts
52
-            router-link(:to="`/events/${Object.values(allPosts)[0].slug}`")
53
-                img.index(src="https://i1.wp.com/www.craftinamerica.org/wp-content/uploads/2020/09/20200210_133120-e1599254267307.jpg")
54
-                h2.t-up.t-cntr {{ Object.values(allPosts)[0].slug }}
55
-
56 48
         //- middle row
57 49
         section(v-if="allArtistsLoaded").shadow
58 50
             router-link(:to="`/artists`")
@@ -88,21 +80,21 @@
88 80
                 h3.t-up center PLACEHOLDER
89 81
             router-link(:to="`/center/${Object.values(allPosts)[0].slug}`")
90 82
                 img.index(src="https://i1.wp.com/www.craftinamerica.org/wp-content/uploads/2020/09/20200210_133120-e1599254267307.jpg")
91
-                            h2.t-up.t-cntr {{ Object.values(allPosts)[0].slug }}
83
+                h2.t-up.t-cntr {{ Object.values(allPosts)[0].slug }}
92 84
 
93 85
         section(v-if="allPostsLoaded").shadow
94 86
             router-link(:to="`/guides`")
95 87
                 h3.t-up guides
96 88
             router-link(:to="`/guides/${Object.values(allPosts)[0].slug}`")
97
-                    img.index(src="https://i1.wp.com/www.craftinamerica.org/wp-content/uploads/2020/09/20200210_133120-e1599254267307.jpg")
98
-            h2.t-up.t-cntr {{ Object.values(allPosts)[0].slug }}
89
+                img.index(src="https://i1.wp.com/www.craftinamerica.org/wp-content/uploads/2020/09/20200210_133120-e1599254267307.jpg")
90
+                h2.t-up.t-cntr {{ Object.values(allPosts)[0].slug }}
99 91
 
100 92
         
101 93
         section(v-if="allPagesLoaded").shadow
102 94
             h3.t-up pages
103
-                h2.t-up.t-cntr {{ Object.values(allPages)[0].slug }}
95
+            h2.t-up.t-cntr {{ Object.values(allPages)[0].slug }}
104 96
 
105
-        //- footer row     
97
+        //- footer row
106 98
         footer.f-col
107 99
             p end of article icon
108 100
             img(src="../star.svg")

Loading…
取消
儲存