From d58b0b2f51050d874668a9bfeaa1772666377cf7 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 25 Apr 2024 07:23:54 -0700 Subject: [PATCH] Update views.md --- content/en/templates/views.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/templates/views.md b/content/en/templates/views.md index 58d1328eb..4170196b6 100644 --- a/content/en/templates/views.md +++ b/content/en/templates/views.md @@ -34,7 +34,7 @@ To create a new view, create a template in each of your different content type d summary.html ``` -Hugo also has support for a default content template to be used in the event that a specific content view template has not been provided for that type. Content views can also be defined in the `_default` directory and will work the same as list and single templates who eventually trickle down to the `_default` directory as a matter of the lookup order. +Hugo also has support for a default content view template to be used in the event that a specific content view template has not been provided for that type. Content views can also be defined in the `_default` directory and will work the same as list and single templates who eventually trickle down to the `_default` directory as a matter of the lookup order. ```txt ▾ layouts/