diff options
| -rw-r--r-- | content/symbols.svg | 2 | ||||
| -rw-r--r-- | templates/layouts/categorized_list.html | 2 |
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> |
