diff options
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> |