diff options
author | Volpeon <git@volpeon.ink> | 2022-06-15 10:47:43 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-06-15 10:47:43 +0200 |
commit | d035d72901c8bc6a43bf6d99f99dfeaf8e0bcf34 (patch) | |
tree | 157c9cf5d4ee2bba179086e12e5fa8cbd2308ebd /templates/layouts | |
parent | Update (diff) | |
download | volpeon.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.html | 6 |
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$ |