summaryrefslogtreecommitdiffstats
path: root/templates/layouts/list.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-07-31 10:00:03 +0200
committerVolpeon <git@volpeon.ink>2022-07-31 10:00:03 +0200
commit20c5ad5a7a737d721cb39b75852a79f20502da74 (patch)
tree217a5cf991d73b482f39553ca1908f891b0611d7 /templates/layouts/list.html
parentUpdate (diff)
downloadvolpeon.ink-20c5ad5a7a737d721cb39b75852a79f20502da74.tar.gz
volpeon.ink-20c5ad5a7a737d721cb39b75852a79f20502da74.tar.bz2
volpeon.ink-20c5ad5a7a737d721cb39b75852a79f20502da74.zip
Simplified "list" list layout code
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>