Browse Source

shop page edits

tags/1.0.2
Alej 3 years ago
parent
commit
8cc72f19c4

+ 1
- 1
vue-theme/src/components/navigation/navigation.vue View File

94
                     li
94
                     li
95
                         router-link(to="/page/donate") Donate
95
                         router-link(to="/page/donate") Donate
96
                     li
96
                     li
97
-                        router-link(to="/page/donate") Shop 
97
+                        router-link(to="/page/shop") Shop 
98
             li.f-grow
98
             li.f-grow
99
             li.t-up    
99
             li.t-up    
100
                 router-link(to="/page/about") About 
100
                 router-link(to="/page/about") About 

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

73
                 post.type == 'page' && post.slug == 'staff' || 
73
                 post.type == 'page' && post.slug == 'staff' || 
74
                 post.type == 'page' && post.slug == 'board' || 
74
                 post.type == 'page' && post.slug == 'board' || 
75
                 post.type == 'page' && post.slug == 'donate' || 
75
                 post.type == 'page' && post.slug == 'donate' || 
76
+                post.type == 'page' && post.slug == 'shop' || 
76
                 post.type == 'page' && post.slug == 'library' || 
77
                 post.type == 'page' && post.slug == 'library' || 
77
                 post.type == 'page' && post.slug == 'artists-resources' || 
78
                 post.type == 'page' && post.slug == 'artists-resources' || 
78
                 post.type == 'page' && post.slug == 'craft-resources-map' || 
79
                 post.type == 'page' && post.slug == 'craft-resources-map' || 

Loading…
Cancel
Save