summaryrefslogtreecommitdiffstats
path: root/templates/layouts/categorized_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layouts/categorized_list.html')
-rw-r--r--templates/layouts/categorized_list.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html
index 898c011..153ef99 100644
--- a/templates/layouts/categorized_list.html
+++ b/templates/layouts/categorized_list.html
@@ -7,12 +7,12 @@ $body$
7 </div> 7 </div>
8 8
9 <div class="c-post-list"> 9 <div class="c-post-list">
10 $for(pages.by_category)$ 10 $for(pages.all)$
11 <h2 class="c-post-list__category-header"> 11 <h2 class="c-post-list__category-header">
12 $it.name$ 12 $it.title$
13 </h2> 13 </h2>
14 <div class="c-post-list__category-content"> 14 <div class="c-post-list__category-content">
15 $for(it.pages)$ 15 $for(it.pages.all)$
16 <a href="$it.url.rel$" class="c-post-list__post c-card"> 16 <a href="$it.url.rel$" class="c-post-list__post c-card">
17 <div class="c-card__content"> 17 <div class="c-card__content">
18 $it.title$ 18 $it.title$