diff options
Diffstat (limited to 'templates/layouts/categorized_list.html')
-rw-r--r-- | templates/layouts/categorized_list.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index 1a1048a..67dc466 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html | |||
@@ -47,7 +47,12 @@ $body$ | |||
47 | $elseif(it.layout.is_gallery-3)$ | 47 | $elseif(it.layout.is_gallery-3)$ |
48 | $it.items:partials/gallery_card()$ | 48 | $it.items:partials/gallery_card()$ |
49 | $else$ | 49 | $else$ |
50 | $it.items:partials/list_card()$ | 50 | <div class="u-d-contents u-d-none@sm-lo"> |
51 | $it.items:partials/list_card()$ | ||
52 | </div> | ||
53 | <div class="u-d-contents u-d-none@sm-hi"> | ||
54 | $it.items:partials/grid_card()$ | ||
55 | </div> | ||
51 | $endif$ | 56 | $endif$ |
52 | </div> | 57 | </div> |
53 | $if(it.omitted)$ | 58 | $if(it.omitted)$ |