From 03afc0e7804e63e47567cc44753a8edfff8e3fe4 Mon Sep 17 00:00:00 2001 From: maiki Date: Thu, 12 Sep 2019 10:39:57 -0700 Subject: [PATCH] Fix punctuation --- content/en/templates/lists.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.