diff --git a/content/en/templates/lists.md b/content/en/templates/lists.md index 5d6948a1f..f1d6901be 100644 --- a/content/en/templates/lists.md +++ b/content/en/templates/lists.md @@ -41,7 +41,7 @@ The idea of a list page comes from the [hierarchical mental model of the web][me ### Default Templates -Since section lists and taxonomy lists (N.B., *not* [taxonomy terms lists][taxterms]) are both *lists* with regards to their templates, both have the same terminating default of `_default/list.html` or `themes//layouts/_default/list.html` in their lookup order. In addition, both [section lists][sectiontemps] and [taxonomy lists][taxlists] have their own default list templates in `_default`: +Since section lists and taxonomy lists (N.B., *not* [taxonomy terms lists][taxterms]) are both *lists* with regards to their templates, both have the same terminating default of `_default/list.html` or `themes//layouts/_default/list.html` in their lookup order. In addition, both [section lists][sectiontemps] and [taxonomy lists][taxlists] have their own default list templates in `_default`. See [Template Lookup Order](/templates/lookup-order/) for the complete reference.