Explorar el Código

:bug: fixing indents in template

tags/0.9.0
J hace 4 años
padre
commit
40de4a030d
Se han modificado 1 ficheros con 5 adiciones y 13 borrados
  1. 5
    13
      vue-theme/src/pages/index.vue

+ 5
- 13
vue-theme/src/pages/index.vue Ver fichero

24
                 h2.t-up.t-cntr {{ Object.values(allEpisodes)[0].slug }}
24
                 h2.t-up.t-cntr {{ Object.values(allEpisodes)[0].slug }}
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...[…]
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
         section(v-if="allExhibitionsLoaded").shadow
27
         section(v-if="allExhibitionsLoaded").shadow
29
             router-link(:to="`/exhibitions`")
28
             router-link(:to="`/exhibitions`")
30
                 h3.t-up exhibitions
29
                 h3.t-up exhibitions
46
                 img.index(src="https://i1.wp.com/www.craftinamerica.org/wp-content/uploads/2020/09/20200210_133120-e1599254267307.jpg")
45
                 img.index(src="https://i1.wp.com/www.craftinamerica.org/wp-content/uploads/2020/09/20200210_133120-e1599254267307.jpg")
47
                 h2.t-up.t-cntr {{ Object.values(allPosts)[0].slug }}
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
         //- middle row
48
         //- middle row
57
         section(v-if="allArtistsLoaded").shadow
49
         section(v-if="allArtistsLoaded").shadow
58
             router-link(:to="`/artists`")
50
             router-link(:to="`/artists`")
88
                 h3.t-up center PLACEHOLDER
80
                 h3.t-up center PLACEHOLDER
89
             router-link(:to="`/center/${Object.values(allPosts)[0].slug}`")
81
             router-link(:to="`/center/${Object.values(allPosts)[0].slug}`")
90
                 img.index(src="https://i1.wp.com/www.craftinamerica.org/wp-content/uploads/2020/09/20200210_133120-e1599254267307.jpg")
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
         section(v-if="allPostsLoaded").shadow
85
         section(v-if="allPostsLoaded").shadow
94
             router-link(:to="`/guides`")
86
             router-link(:to="`/guides`")
95
                 h3.t-up guides
87
                 h3.t-up guides
96
             router-link(:to="`/guides/${Object.values(allPosts)[0].slug}`")
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
         section(v-if="allPagesLoaded").shadow
93
         section(v-if="allPagesLoaded").shadow
102
             h3.t-up pages
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
         footer.f-col
98
         footer.f-col
107
             p end of article icon
99
             p end of article icon
108
             img(src="../star.svg")
100
             img(src="../star.svg")

Loading…
Cancelar
Guardar