Przeglądaj źródła

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

tags/0.9.1
maeda 4 lat temu
rodzic
commit
f657c85372

+ 1
- 1
vue-theme/src/components/footer.vue Wyświetl plik

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

+ 1
- 0
vue-theme/src/pages/mixin-post-types.js Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz