diff options
Diffstat (limited to 'templates/partials/related.html')
-rw-r--r-- | templates/partials/related.html | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/templates/partials/related.html b/templates/partials/related.html index 7d29c7a..3097866 100644 --- a/templates/partials/related.html +++ b/templates/partials/related.html | |||
@@ -16,24 +16,9 @@ $if(related)$ | |||
16 | $if(related.layout.is_grid-2)$ | 16 | $if(related.layout.is_grid-2)$ |
17 | $related.prev:partials/grid_card()$ | 17 | $related.prev:partials/grid_card()$ |
18 | $related.next:partials/grid_card()$ | 18 | $related.next:partials/grid_card()$ |
19 | $elseif(related.layout.is_grid-3)$ | 19 | $else$ |
20 | $related.prev:partials/grid_card()$ | ||
21 | $related.next:partials/grid_card()$ | ||
22 | $elseif(related.layout.is_gallery-2)$ | ||
23 | $related.prev:partials/gallery_card()$ | ||
24 | $related.next:partials/gallery_card()$ | ||
25 | $elseif(related.layout.is_gallery-3)$ | ||
26 | $related.prev:partials/gallery_card()$ | 20 | $related.prev:partials/gallery_card()$ |
27 | $related.next:partials/gallery_card()$ | 21 | $related.next:partials/gallery_card()$ |
28 | $else$ | ||
29 | <div class="u-d-contents u-d-none@sm-lo"> | ||
30 | $related.prev:partials/list_card()$ | ||
31 | $related.next:partials/list_card()$ | ||
32 | </div> | ||
33 | <div class="u-d-contents u-d-none@sm-hi"> | ||
34 | $related.prev:partials/grid_card()$ | ||
35 | $related.next:partials/grid_card()$ | ||
36 | </div> | ||
37 | $endif$ | 22 | $endif$ |
38 | </div> | 23 | </div> |
39 | </div> | 24 | </div> |