From 807f45196c45cf62e7ad1110e131d16ebdf388fd Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Fri, 14 Apr 2017 17:32:48 -0500 Subject: [PATCH] Make small typographical tweaks to homepage template --- content/templates/homepage.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/templates/homepage.md b/content/templates/homepage.md index 0e7ad103a..13fdc07e9 100644 --- a/content/templates/homepage.md +++ b/content/templates/homepage.md @@ -39,7 +39,9 @@ The [lookup order][lookup] for the homepage template is as follows: ## Adding Content and Front Matter to the Homepage -The homepage, similar to other [list pages in Hugo][lists], accepts content and front matter from an `_index.md` file. This file should live at the root of your `content` folder (i.e., `content/_index.md`). You can then add body copy and metadata to your homepage the way you would any other content file. See the homepage template below or [Content Organization][contentorg] for more information on the role of `_index.md` for adding content and front matter to list pages. +The homepage, similar to other [list pages in Hugo][lists], accepts content and front matter from an `_index.md` file. This file should live at the root of your `content` folder (i.e., `content/_index.md`). You can then add body copy and metadata to your homepage the way you would any other content file. + +See the homepage template below or [Content Organization][contentorg] for more information on the role of `_index.md` in adding content and front matter to list pages. ## `.Data.Pages` on the Homepage