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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/list.html b/templates/layouts/list.html
index f3e5768..32aa35a 100644
--- a/templates/layouts/list.html
+++ b/templates/layouts/list.html
@@ -5,7 +5,7 @@ $body$
5</header> 5</header>
6 6
7<div class="l-card-list"> 7<div class="l-card-list">
8 $if(list_grid)$ 8 $if(list_layout.is_grid)$
9 <div class="l-card-list__cards l-card-list__cards--grid"> 9 <div class="l-card-list__cards l-card-list__cards--grid">
10 $list:partials/grid_card()$ 10 $list:partials/grid_card()$
11 </div> 11 </div>