summaryrefslogtreecommitdiffstats
path: root/templates/layouts/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layouts/list.html')
-rw-r--r--templates/layouts/list.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/layouts/list.html b/templates/layouts/list.html
index 508ff4c..cf54c4b 100644
--- a/templates/layouts/list.html
+++ b/templates/layouts/list.html
@@ -24,7 +24,12 @@ $body$
24 $elseif(list_layout.is_gallery-3)$ 24 $elseif(list_layout.is_gallery-3)$
25 $list:partials/gallery_card()$ 25 $list:partials/gallery_card()$
26 $else$ 26 $else$
27 $list:partials/list_card()$ 27 <div class="u-d-contents u-d-none@sm-lo">
28 $list:partials/list_card()$
29 </div>
30 <div class="u-d-contents u-d-none@sm-hi">
31 $list:partials/grid_card()$
32 </div>
28 $endif$ 33 $endif$
29 </div> 34 </div>
30 </div> 35 </div>