docs: Remove incorrent reference to list.html
authorRob Muhlestein <rob@skilstak.com>
Mon, 28 Mar 2016 18:25:33 +0000 (14:25 -0400)
committerdigitalcraftsman <digitalcraftsman@protonmail.com>
Wed, 30 Mar 2016 15:54:31 +0000 (17:54 +0200)
docs/content/content/types.md

index 025e43ba36771f9b756b387e42a1df755dceebf4..f6d18d3540c3b3778dab6135616f814b5cb5dd9f 100644 (file)
@@ -60,16 +60,15 @@ Create a directory with the name of the type in `/layouts`. Type is always singu
 ### Create single template
 Create a file called `single.html` inside your directory. *E.g. `/layouts/post/single.html`*.
 
-### Create list template
-Create a file called `list.html` inside your directory. *E.g. `/layouts/post/list.html`*.
-
 ### Create views
-Many sites support rendering content in a few different ways, for instance,
-a single page view and a summary view to be used when displaying a list
-of contents on a single page. Hugo makes no assumptions here about how you want
-to display your content, and will support as many different views of a content
-type as your site requires. All that is required for these additional views is
-that a template exists in each `/layouts/TYPE` directory with the same name.
+Many sites support rendering content in a few different ways, for
+instance, a single page view and a summary view to be used when
+displaying a [list of contents on a single page](/templates/list).
+Hugo makes no assumptions here about how you want to display your
+content, and will support as many different views of a content type
+as your site requires. All that is required for these additional
+views is that a template exists in each `/layouts/TYPE` directory
+with the same name.
 
 ### Create a corresponding archetype