summaryrefslogtreecommitdiff
path: root/source/_layouts/category.html
diff options
context:
space:
mode:
authorPrefetch2022-12-20 20:11:25 +0100
committerPrefetch2022-12-20 20:11:25 +0100
commit1d700ab734aa9b6711eb31796beb25cb7659d8e0 (patch)
treeefdd26b83be1d350d7c6c01baef11a54fa2c5b36 /source/_layouts/category.html
parenta39bb3b8aab1aeb4fceaedc54c756703819776c3 (diff)
More improvements to knowledge base
Diffstat (limited to 'source/_layouts/category.html')
-rw-r--r--source/_layouts/category.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/_layouts/category.html b/source/_layouts/category.html
index 872c06c..b4802e7 100644
--- a/source/_layouts/category.html
+++ b/source/_layouts/category.html
@@ -11,7 +11,7 @@ This is an alphabetical list of the concepts in this category.
{% assign pages_by_letter = site.pages
| where_exp: "item", "item.layout == 'concept'"
| where_exp: "item", "item.categories contains page.title"
- | group_by_exp: "item", "item.title | truncate: 1, ''"
+ | group_by_exp: "item", "item.sort_title | truncate: 1, ''"
| sort: "name"
%}
{% include alphlist.html pages_by_letter = pages_by_letter %}