Sfoglia il codice sorgente

hero overlay post.title condition updates

tags/0.9.1
Alej 4 anni fa
parent
commit
da82df7837
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      vue-theme/src/pages/mixin-post-types.js

+ 1
- 0
vue-theme/src/pages/mixin-post-types.js Vedi File

73
                 post.type == 'page' && post.slug == 'library' || 
73
                 post.type == 'page' && post.slug == 'library' || 
74
                 post.type == 'page' && post.slug == 'artists-resources' || 
74
                 post.type == 'page' && post.slug == 'artists-resources' || 
75
                 post.type == 'page' && post.slug == 'craft-resources-map' || 
75
                 post.type == 'page' && post.slug == 'craft-resources-map' || 
76
+                post.type == 'page' && post.slug == 'community-craft-calendar' || 
76
                 post.type == 'page' && post.slug == 'video-resources-for-educators' || 
77
                 post.type == 'page' && post.slug == 'video-resources-for-educators' || 
77
                 post.type == 'page' && post.slug == 'craft-in-schools' || 
78
                 post.type == 'page' && post.slug == 'craft-in-schools' || 
78
                 post.type == 'page' && post.slug == 'mailing-list' 
79
                 post.type == 'page' && post.slug == 'mailing-list' 

Loading…
Annulla
Salva