Browse Source

Moved CVD link to top of list

pull/227/head
Alej 2 years ago
parent
commit
0256ba5f2e
1 changed files with 4 additions and 8 deletions
  1. 4
    8
      vue-theme/src/components/navigation/navigation.vue

+ 4
- 8
vue-theme/src/components/navigation/navigation.vue View File

57
             li.f-grow    
57
             li.f-grow    
58
                 router-link(to="/page/artists-resources") Resources
58
                 router-link(to="/page/artists-resources") Resources
59
                 ul.submenu 
59
                 ul.submenu 
60
+                    li 
61
+                        a(href="https://www.craftvideodictionary.org" target="_blank") Craft Video Dictionary Website
60
                     li
62
                     li
61
                         router-link(to="/publication") Publications 
63
                         router-link(to="/publication") Publications 
62
                     li
64
                     li
69
                         router-link(to="/page/craft-resources-map") Craft Resources Map 
71
                         router-link(to="/page/craft-resources-map") Craft Resources Map 
70
                     li
72
                     li
71
                         router-link(to="/page/community-craft-calendar") Community Craft Calendar 
73
                         router-link(to="/page/community-craft-calendar") Community Craft Calendar 
72
-                    li 
73
-                        a(href="https://www.craftvideodictionary.org" target="_blank") Craft Video Dictionary Website
74
-
75
-             
76
             li.f-grow    
74
             li.f-grow    
77
                 router-link(to="/page/donate") Support
75
                 router-link(to="/page/donate") Support
78
                 ul.submenu 
76
                 ul.submenu 
149
 
147
 
150
         /**
148
         /**
151
          * Navigation items
149
          * Navigation items
152
-         * Auto-includes declared postTypes
153
-         * and extra items
154
-         * TIP: Add things to the ignore array
155
-         * to remove from the nav
150
+         * Auto-includes declared postTypes and extra items
151
+         * TIP: Add things to the ignore array to remove from the nav
156
          */
152
          */
157
         const menuItems = computed(() => {
153
         const menuItems = computed(() => {
158
             const extras = [
154
             const extras = [

Loading…
Cancel
Save