Bladeren bron

footer - depluralised links

tags/0.9.0
Alej 4 jaren geleden
bovenliggende
commit
4dfb1e612e
1 gewijzigde bestanden met toevoegingen van 18 en 18 verwijderingen
  1. 18
    18
      vue-theme/src/components/footer.vue

+ 18
- 18
vue-theme/src/components/footer.vue Bestand weergeven

@@ -53,50 +53,50 @@
53 53
         ul.f-col.start
54 54
             li
55 55
                 h5 
56
-                    router-link(to="/episodes") PBS Series
56
+                    router-link(to="/episode") PBS Series
57 57
                     ul.f-col.start 
58 58
                         li 
59
-                            router-link(to="/episodes")   Episodes
59
+                            router-link(to="/episode")   Episodes
60 60
                         li 
61
-                            router-link(to="/shorts")   Shorts
61
+                            router-link(to="/short")   Shorts
62 62
                         li 
63
-                            router-link(to="/techniques")   Techniques
63
+                            router-link(to="/technique")   Techniques
64 64
             li 
65 65
                 h5
66
-                    router-link(to="/artists") Artists
66
+                    router-link(to="/artist") Artists
67 67
                     ul.f-col.start
68 68
                         li
69
-                            router-link(to="/artists/sorted/by-alpha")   A-Z
69
+                            router-link(to="/artist/sorted/by-alpha")   A-Z
70 70
                         li
71
-                            router-link(to="/artists/sorted/by-material")   by Material
71
+                            router-link(to="/artist/sorted/by-material")   by Material
72 72
 
73 73
             li
74 74
                 h5 
75
-                    router-link(to="/exhibitions") Exhibitions
75
+                    router-link(to="/exhibition") Exhibitions
76 76
                     ul.f-col.start
77 77
                         li
78
-                            router-link(to="/exhibitions/by-upcoming")   Current/Upcoming
78
+                            router-link(to="/exhibition/sorted/by-current-and-upcoming")   Current/Upcoming
79 79
                         li
80
-                            router-link(to="/objects/")   Objects
80
+                            router-link(to="/object/")   Objects
81 81
 
82 82
             li
83 83
                 h5
84
-                    router-link(to="/events") Center 
84
+                    router-link(to="/event") Center 
85 85
                     ul.f-col.start
86 86
                         li
87
-                            router-link(to="/exhibitions")   Exhibitions
87
+                            router-link(to="/exhibition")   Exhibitions
88 88
                         li 
89
-                            router-link(to="/events")   Events 
89
+                            router-link(to="/event/sorted/by-current-and-upcoming")   Events 
90 90
                         li
91
-                            router-link(to="/events/sorted/by-type&talks")   Talks & Interviews
91
+                            router-link(to="/event/sorted/by-type&talks")   Talks & Interviews
92 92
             li
93 93
                 h5
94 94
                     router-link(to="") Education 
95 95
                     ul.f-col.start
96 96
                         li
97
-                            router-link(to="/guides")   Guides 
97
+                            router-link(to="/guide")   Guides 
98 98
                         li 
99
-                            router-link(to="/publications")   Publications 
99
+                            router-link(to="/publication")   Publications 
100 100
 
101 101
 
102 102
             li
@@ -106,9 +106,9 @@
106 106
                         li
107 107
                             router-link(to="/blog")   Blog Posts  
108 108
                         li 
109
-                            router-link(to="/blog/sorted/by-type")   Press Releases 
109
+                            router-link(to="/blog/sorted/by-type&releases")   Press Releases 
110 110
                         li 
111
-                            router-link(to="/blog/sorted/by-type")   In the News 
111
+                            router-link(to="/blog/sorted/by-type&articles")   In the News 
112 112
 
113 113
     .sub-footer.f-col.start
114 114
         h6 Craft in America © 2010–{{ today }} 

Laden…
Annuleren
Opslaan