Переглянути джерело

Merge branch 'alej-vue' of craft-in-america/vue-wp into dev

tags/0.9.1
maeda 4 роки тому
джерело
коміт
f657c85372

+ 1
- 1
vue-theme/src/components/footer.vue Переглянути файл

77
                     li
77
                     li
78
                         router-link(to="/exhibition/sorted/by-current-and-upcoming")   Current/Upcoming
78
                         router-link(to="/exhibition/sorted/by-current-and-upcoming")   Current/Upcoming
79
                     li
79
                     li
80
-                        router-link(to="/object/")   Objects
80
+                        router-link(to="/object")   Objects
81
 
81
 
82
             li
82
             li
83
                 h5
83
                 h5

+ 1
- 0
vue-theme/src/pages/mixin-post-types.js Переглянути файл

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' 

Завантаження…
Відмінити
Зберегти