summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-11-21 10:19:32 +0100
committerVolpeon <git@volpeon.ink>2021-11-21 10:19:32 +0100
commit5461056f579a67b6413be39a74b524336b04da42 (patch)
tree735175aedc9fac0493e87067b77ef9a6a552215e
parentClwanup (diff)
downloadvolpeon.ink-5461056f579a67b6413be39a74b524336b04da42.tar.gz
volpeon.ink-5461056f579a67b6413be39a74b524336b04da42.tar.bz2
volpeon.ink-5461056f579a67b6413be39a74b524336b04da42.zip
Add arrow to list category title
-rw-r--r--content/symbols.svg2
-rw-r--r--templates/layouts/categorized_list.html2
2 files changed, 3 insertions, 1 deletions
diff --git a/content/symbols.svg b/content/symbols.svg
index 82bdc76..46b506d 100644
--- a/content/symbols.svg
+++ b/content/symbols.svg
@@ -6,6 +6,8 @@
6 <path fill="currentColor" stroke="none" d="M 9.915975,13 H 12.08401 L 15.584018,3 h -2.168036 z" /> 6 <path fill="currentColor" stroke="none" d="M 9.915975,13 H 12.08401 L 15.584018,3 h -2.168036 z" />
7 </symbol> 7 </symbol>
8 8
9 <symbol id="icon-blank" viewBox="0 0 16 16" preserveAspectRatio="xMinYMid"></symbol>
10
9 <symbol id="icon-arrow-right" viewBox="0 0 16 16" preserveAspectRatio="xMinYMid"> 11 <symbol id="icon-arrow-right" viewBox="0 0 16 16" preserveAspectRatio="xMinYMid">
10 <path d="m8.75 3.75 4.5 4.5-4.5 4.5m-6-4.5h10.5" fill="none" stroke="currentColor" /> 12 <path d="m8.75 3.75 4.5 4.5-4.5 4.5m-6-4.5h10.5" fill="none" stroke="currentColor" />
11 </symbol> 13 </symbol>
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>