Selaa lähdekoodia

Merge branch 'master' of ssh://gitea.yvvas.com:4022/craft-in-america/vue-wp

tags/0.9.0
J 4 vuotta sitten
vanhempi
commit
c37012427f
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1
    1
      vue-theme/src/components/sidebars/sidebar.vue
  2. 1
    1
      vue-theme/src/pages/list.vue

+ 1
- 1
vue-theme/src/components/sidebars/sidebar.vue Näytä tiedosto

@@ -33,7 +33,7 @@ aside.sidebar
33 33
         //- single layout Post sidebar
34 34
         .shadow(v-if="type === 'post'")
35 35
             exhibitions-sidebar
36
-            br
36
+        .shadow(v-if="type === 'post'")
37 37
             events-sidebar
38 38
 
39 39
 

+ 1
- 1
vue-theme/src/pages/list.vue Näytä tiedosto

@@ -38,7 +38,7 @@ import { postTypes, sortTypes, convertTitleCase } from '@/utils/helpers'
38 38
 const TIMEOUT = 1
39 39
 const INTERSECT_SELECTOR = '.page--list > article footer'
40 40
 const wideTypes = ['event', 'exhibition', 'guide', 'post', 'publication']
41
-const gridTypes = ['episode', 'artist', 'object', 'short']
41
+const gridTypes = ['episode', 'artist', 'object', 'short', 'technique']
42 42
 const sansSidebarTypes = ['episode']
43 43
 
44 44
 export default {

Loading…
Peruuta
Tallenna