summaryrefslogtreecommitdiffstats
path: root/templates/layouts
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-11-21 18:57:27 +0100
committerVolpeon <git@volpeon.ink>2021-11-21 18:57:27 +0100
commit4fbe87e4ddac899c8d708ac2eaa3ce0b7a56f37e (patch)
tree61764648fcf183f6e8864c14e52d3c48049e87f8 /templates/layouts
parentAdd category info to ATOM feeds (diff)
downloadvolpeon.ink-4fbe87e4ddac899c8d708ac2eaa3ce0b7a56f37e.tar.gz
volpeon.ink-4fbe87e4ddac899c8d708ac2eaa3ce0b7a56f37e.tar.bz2
volpeon.ink-4fbe87e4ddac899c8d708ac2eaa3ce0b7a56f37e.zip
Remove list title arrow again
Diffstat (limited to 'templates/layouts')
-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 fcff00f..7d53cbe 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>