From 4835e9317a5a8ca2c0bf60ddc16122134fd22cb2 Mon Sep 17 00:00:00 2001 From: Eugene Pirogov Date: Wed, 18 Mar 2015 00:07:59 +0200 Subject: [PATCH] Fix accidental line break --- site/_docs/collections.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/site/_docs/collections.md b/site/_docs/collections.md index f83190cb..393cbf6f 100644 --- a/site/_docs/collections.md +++ b/site/_docs/collections.md @@ -47,8 +47,7 @@ Matter is provided, Jekyll will not generate the file in your collection. Note: the folder must be named identically to the collection you defined in your `_config.yml` file, with the addition of the preceding `_` character. -### Step 3: Optionally render your collection's documents into independent -files +### Step 3: Optionally render your collection's documents into independent files If you'd like Jekyll to create a public-facing, rendered version of each document in your collection, set the `output` key to `true` in your collection