From 68892ab69315f502564f82042cef3647ab8479da Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Sat, 19 Mar 2016 12:45:25 +0100 Subject: [PATCH] `future` option also works for collections Following the discussion on #4676 --- site/_docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/_docs/configuration.md b/site/_docs/configuration.md index 72929f0a..1dec3ea1 100644 --- a/site/_docs/configuration.md +++ b/site/_docs/configuration.md @@ -3,7 +3,7 @@ layout: docs title: Configuration permalink: /docs/configuration/ --- - +f Jekyll allows you to concoct your sites in any way you can dream up, and it’s thanks to the powerful and flexible configuration options that this is possible. These options can either be specified in a `_config.yml` file placed in your @@ -214,7 +214,7 @@ class="flag">flags (specified on the command-line) that control them.

Future

-

Publish posts with a future date.

+

Publish posts or any collection with a future date.

future: BOOL