Skip to content

Commit

Permalink
docs: Remove incorrect reference to list.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Muhlestein authored and moorereason committed Mar 29, 2016
1 parent 93e41a1 commit 49b4f8e
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions docs/content/content/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 49b4f8e

Please sign in to comment.