summaryrefslogtreecommitdiffstats
path: root/templates/layouts
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-06-15 10:47:43 +0200
committerVolpeon <git@volpeon.ink>2022-06-15 10:47:43 +0200
commitd035d72901c8bc6a43bf6d99f99dfeaf8e0bcf34 (patch)
tree157c9cf5d4ee2bba179086e12e5fa8cbd2308ebd /templates/layouts
parentUpdate (diff)
downloadvolpeon.ink-d035d72901c8bc6a43bf6d99f99dfeaf8e0bcf34.tar.gz
volpeon.ink-d035d72901c8bc6a43bf6d99f99dfeaf8e0bcf34.tar.bz2
volpeon.ink-d035d72901c8bc6a43bf6d99f99dfeaf8e0bcf34.zip
Update
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$