|
|
@@ -3,7 +3,7 @@ aside.sidebar
|
|
3
|
3
|
section
|
|
4
|
4
|
//- if not single layout with sorting
|
|
5
|
5
|
.shadow(v-if="shouldShowListSort.includes(type) && layout !== 'single'")
|
|
6
|
|
- h3.t-up sort {{ type }}
|
|
|
6
|
+ h3.t-up sort {{ type }}s
|
|
7
|
7
|
ul.t-up
|
|
8
|
8
|
li
|
|
9
|
9
|
//- post?type=articles //
|
|
|
@@ -52,7 +52,7 @@ aside.sidebar
|
|
52
|
52
|
|
|
53
|
53
|
//- if {{type}} has sorted by-material show material sets
|
|
54
|
54
|
.shadow(v-if="shouldShowMaterialSort.includes(type) && layout !== 'single'")
|
|
55
|
|
- h3.t-up {{ type }} by material
|
|
|
55
|
+ h3.t-up {{ type }}s by material
|
|
56
|
56
|
ul.t-up
|
|
57
|
57
|
li
|
|
58
|
58
|
template(v-for="material in materials")
|
|
|
@@ -61,7 +61,7 @@ aside.sidebar
|
|
61
|
61
|
|
|
62
|
62
|
//- if {{type}} has sorted by-episode show episode sets
|
|
63
|
63
|
.shadow(v-if="shouldShowEpisodeSort.includes(type) && layout !== 'single'")
|
|
64
|
|
- h3.t-up {{ type }} by episode
|
|
|
64
|
+ h3.t-up {{ type }}s by episode
|
|
65
|
65
|
ul.t-up
|
|
66
|
66
|
li.f-row.start.wrap
|
|
67
|
67
|
template(v-for="episodeSet in episodeSets")
|
|
|
@@ -70,7 +70,7 @@ aside.sidebar
|
|
70
|
70
|
|
|
71
|
71
|
//- if {{type}} has sorted by-type show subtype sets
|
|
72
|
72
|
.shadow(v-if="shouldShowTypeSort.includes(type) && layout !== 'single'")
|
|
73
|
|
- h3.t-up {{ type }} type
|
|
|
73
|
+ h3.t-up {{ type }}s type
|
|
74
|
74
|
ul.t-up
|
|
75
|
75
|
li
|
|
76
|
76
|
template(v-for="subtypeSet in subtypeSets")
|