Parcourir la source

"by all" for posts, removed "by" from current/upcoming

tags/1.0.3
Alej il y a 2 ans
Parent
révision
db3b6b9b42
1 fichiers modifiés avec 7 ajouts et 13 suppressions
  1. 7
    13
      vue-theme/src/components/sidebars/sidebar.vue

+ 7
- 13
vue-theme/src/components/sidebars/sidebar.vue Voir le fichier

25
                     //- event?type=talks //
25
                     //- event?type=talks //
26
                     router-link(v-if="type === 'event' " :to="`/${type}?type=talks`")
26
                     router-link(v-if="type === 'event' " :to="`/${type}?type=talks`")
27
                         p talks 
27
                         p talks 
28
-                //- li 
29
-                //-     //- event?type=recorded-talks-and-interviews //
30
-                //-     router-link(v-if="type === 'event' " :to="`/${type}?type=recorded-talks-and-interviews`")
31
-                //-         p Recorded Talks + Interviews 
32
-                //- li 
33
-                //-     router-link(v-if="type === 'event' " :to="`/page/recorded-talks-and-interviews`")
34
-                //-         p Recorded Talks + Interviews 
35
                 li 
28
                 li 
36
                     //- event?type=workshops //
29
                     //- event?type=workshops //
37
                     router-link(v-if="type === 'event' " :to="`/${type}?type=workshops`")
30
                     router-link(v-if="type === 'event' " :to="`/${type}?type=workshops`")
40
                     //- by type //
33
                     //- by type //
41
                 li(v-for="option in sortOptions")
34
                 li(v-for="option in sortOptions")
42
                     router-link(:to="`/${type}/sorted/${sortTypes[option]}`")
35
                     router-link(:to="`/${type}/sorted/${sortTypes[option]}`")
43
-                        p {{ option }}
36
+                        p {{ option }} 
44
                 li
37
                 li
45
                     router-link(v-if="shouldShowDateSort.includes(type) " :to="`/${type}/sorted/by-current-and-upcoming`")
38
                     router-link(v-if="shouldShowDateSort.includes(type) " :to="`/${type}/sorted/by-current-and-upcoming`")
46
-                        p by current and upcoming
47
-                //- li
48
-                //-     router-link(v-if="type === ('event' || 'exhibition') " :to="`/${type}/`")
49
-                //-         p by all 
39
+                        p current and upcoming
40
+                li
41
+                    //- router-link(v-if="type === ('post') " :to="`/${type}/`")
42
+                    router-link(v-if="type === ('post') " :to="`/blog`")
43
+                        p by all 
50
 
44
 
51
         //- if artist has sorted by-alpha show alpha sets           
45
         //- if artist has sorted by-alpha show alpha sets           
52
         .shadow(v-if="['artist'].includes(type) && layout !== 'single'")
46
         .shadow(v-if="['artist'].includes(type) && layout !== 'single'")
75
                         router-link(:to="`/${type}/sorted/by-episode#${episodeSet}`")
69
                         router-link(:to="`/${type}/sorted/by-episode#${episodeSet}`")
76
                             p {{ episodeSet }}   
70
                             p {{ episodeSet }}   
77
 
71
 
78
-        //- if {{type}} has sorted by-type show subtype sets           
72
+        //- if {{type}} has sorted by-type show subtype sets 
79
         .shadow(v-if="shouldShowTypeSort.includes(type) && layout !== 'single'")
73
         .shadow(v-if="shouldShowTypeSort.includes(type) && layout !== 'single'")
80
             h3.t-up {{ type }}s type  
74
             h3.t-up {{ type }}s type  
81
             ul.t-up
75
             ul.t-up

Chargement…
Annuler
Enregistrer