diff options
author | Prefetch | 2021-02-27 09:57:58 +0100 |
---|---|---|
committer | Prefetch | 2021-02-27 09:57:58 +0100 |
commit | 37d9922b454e738c072d03ad294a07e057fffa50 (patch) | |
tree | 149d3187c726ef5678fa7b0aa61cc22e5d02ddde /layouts/know/category.html | |
parent | c705ac1d7dc74709835a8c48fae4a7dd70dc5c49 (diff) |
Improve knowledge base
Diffstat (limited to 'layouts/know/category.html')
-rw-r--r-- | layouts/know/category.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/know/category.html b/layouts/know/category.html index 3dc8c7a..a672ea1 100644 --- a/layouts/know/category.html +++ b/layouts/know/category.html @@ -20,7 +20,9 @@ {{ end }} </div> +<p> This is an alphabetical list of the concepts in this category. +</p> {{ range $relevant.GroupByParam "firstLetter" }} <h2 id="{{ .Key }}">{{ .Key }}</h2> |