diff options
author | Volpeon <git@volpeon.ink> | 2021-11-21 10:19:32 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-11-21 10:19:32 +0100 |
commit | 5461056f579a67b6413be39a74b524336b04da42 (patch) | |
tree | 735175aedc9fac0493e87067b77ef9a6a552215e /templates/layouts/categorized_list.html | |
parent | Clwanup (diff) | |
download | volpeon.ink-5461056f579a67b6413be39a74b524336b04da42.tar.gz volpeon.ink-5461056f579a67b6413be39a74b524336b04da42.tar.bz2 volpeon.ink-5461056f579a67b6413be39a74b524336b04da42.zip |
Add arrow to list category title
Diffstat (limited to 'templates/layouts/categorized_list.html')
-rw-r--r-- | templates/layouts/categorized_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index 7d53cbe..fcff00f 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html | |||
@@ -8,7 +8,7 @@ $body$ | |||
8 | $for(list)$ | 8 | $for(list)$ |
9 | <section> | 9 | <section> |
10 | <h2 class="s-invisible-links"> | 10 | <h2 class="s-invisible-links"> |
11 | <a href="$it.url.rel$">$it.title$</a> | 11 | <a href="$it.url.rel$">$it.title$ →</a> |
12 | </h2> | 12 | </h2> |
13 | $if(it.description)$ | 13 | $if(it.description)$ |
14 | <div class="s-small s-colored-links">$it.description$</div> | 14 | <div class="s-small s-colored-links">$it.description$</div> |