summaryrefslogtreecommitdiff
path: root/source/know/index.md
diff options
context:
space:
mode:
authorPrefetch2022-10-19 20:03:25 +0200
committerPrefetch2022-10-19 22:01:14 +0200
commite5b9bce79b68a68ddd2e51daa16d2fea73b84fdb (patch)
treef304894ace9d5da35f08127c4597485511b8a160 /source/know/index.md
parent6ce0bb9a8f9fd7d169cbb414a9537d68c5290aae (diff)
Polish presentation, "fix" Unicode sorting
Diffstat (limited to 'source/know/index.md')
-rw-r--r--source/know/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/know/index.md b/source/know/index.md
index f1b2c51..aac7fec 100644
--- a/source/know/index.md
+++ b/source/know/index.md
@@ -42,7 +42,7 @@ in this knowledge base, in
| slice: 0, 10
%}
{% for page in newest %}
- <li><a href="{{ page.url }}">{{ page.title }}</a></li>
+ <li><a href="{{ page.url }}">{{ page.title | smartify }}</a></li>
{% endfor %}
</ol>
</p>