summaryrefslogtreecommitdiffstats
path: root/templates/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layouts')
-rw-r--r--templates/layouts/categorized_list.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html
index 19425a0..dc18407 100644
--- a/templates/layouts/categorized_list.html
+++ b/templates/layouts/categorized_list.html
@@ -48,6 +48,12 @@ $body$
48 $it.omitted$ more items <span class="u-ml-10">→</span> 48 $it.omitted$ more items <span class="u-ml-10">→</span>
49 </a> 49 </a>
50 </footer> 50 </footer>
51 $elseif(it.button)$
52 <footer class="l-card-list__footer">
53 <a class="l-media__block o-badge o-badge--200" href="$it.url.rel$">
54 View section <span class="u-ml-10">→</span>
55 </a>
56 </footer>
51 $endif$ 57 $endif$
52 </section> 58 </section>
53 $endfor$ 59 $endfor$