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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html
index 3fabd16..19425a0 100644
--- a/templates/layouts/categorized_list.html
+++ b/templates/layouts/categorized_list.html
@@ -44,7 +44,7 @@ $body$
44 </div> 44 </div>
45 $if(it.omitted)$ 45 $if(it.omitted)$
46 <footer class="l-card-list__footer"> 46 <footer class="l-card-list__footer">
47 <a class="l-media__block o-badge" href="$it.url.rel$"> 47 <a class="l-media__block o-badge o-badge--200" href="$it.url.rel$">
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>