From 25af3e785f57164452f04fc567553329a523422a Mon Sep 17 00:00:00 2001 From: chrisfinazzo Date: Fri, 10 Apr 2015 18:14:09 -0400 Subject: [PATCH 1/3] Cleanup extra space and formatting --- site/_docs/collections.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/site/_docs/collections.md b/site/_docs/collections.md index f626fe31..6afc45d6 100644 --- a/site/_docs/collections.md +++ b/site/_docs/collections.md @@ -333,7 +333,11 @@ file, each document has the following attributes: ## Accessing Collection Attributes -Attributes from the YAML front matter can be accessed as data anywhere in the site. Using the above example for configuring a collection as `site.albums`, one might have front matter in an individual file structured as follows (which must use a supported markup format, and cannot cannot be saved with a `.yaml` extension or the like): +Attributes from the YAML front matter can be accessed as data anywhere in the + site. Using the above example for configuring a collection such + as`site.albums`, one might have front matter in an individual file structured + as follows (which must use a supported markup format, and cannot be + saved using a `.yaml` extension): {% highlight yaml %} title: "Josquin: Missa De beata virgine and Missa Ave maris stella" From 53ca3446ebaa4436b8591007d435e12b5b319875 Mon Sep 17 00:00:00 2001 From: chrisfinazzo Date: Sat, 11 Apr 2015 18:53:19 -0400 Subject: [PATCH 2/3] Formatting --- site/_docs/collections.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site/_docs/collections.md b/site/_docs/collections.md index 6afc45d6..624e576b 100644 --- a/site/_docs/collections.md +++ b/site/_docs/collections.md @@ -333,11 +333,11 @@ file, each document has the following attributes: ## Accessing Collection Attributes -Attributes from the YAML front matter can be accessed as data anywhere in the - site. Using the above example for configuring a collection such - as`site.albums`, one might have front matter in an individual file structured - as follows (which must use a supported markup format, and cannot be - saved using a `.yaml` extension): +Attributes from the YAML front matter can be accessed as data anywhere in the +site. Using the above example for configuring a collection as `site.albums`, +one might have front matter in an individual file structured as follows (which +must use a supported markup format, and cannot cannot be saved with a `.yaml` +extension): {% highlight yaml %} title: "Josquin: Missa De beata virgine and Missa Ave maris stella" From 9e86650df2f5f5684e0d478eebc4a04bd2cbe4eb Mon Sep 17 00:00:00 2001 From: chrisfinazzo Date: Sat, 11 Apr 2015 23:38:45 -0400 Subject: [PATCH 3/3] Remove extra word --- site/_docs/collections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/collections.md b/site/_docs/collections.md index 624e576b..9f7c6be5 100644 --- a/site/_docs/collections.md +++ b/site/_docs/collections.md @@ -336,7 +336,7 @@ file, each document has the following attributes: Attributes from the YAML front matter can be accessed as data anywhere in the site. Using the above example for configuring a collection as `site.albums`, one might have front matter in an individual file structured as follows (which -must use a supported markup format, and cannot cannot be saved with a `.yaml` +must use a supported markup format, and cannot be saved with a `.yaml` extension): {% highlight yaml %}