`future` option also works for collections

Following the discussion on #4676
This commit is contained in:
Frank Taillandier 2016-03-19 12:45:25 +01:00
parent af47b3c1a7
commit 68892ab693
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ layout: docs
title: Configuration title: Configuration
permalink: /docs/configuration/ permalink: /docs/configuration/
--- ---
f
Jekyll allows you to concoct your sites in any way you can dream up, and its Jekyll allows you to concoct your sites in any way you can dream up, and its
thanks to the powerful and flexible configuration options that this is possible. 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 These options can either be specified in a `_config.yml` file placed in your
@ -214,7 +214,7 @@ class="flag">flags</code> (specified on the command-line) that control them.
<tr class="setting"> <tr class="setting">
<td> <td>
<p class="name"><strong>Future</strong></p> <p class="name"><strong>Future</strong></p>
<p class="description">Publish posts with a future date.</p> <p class="description">Publish posts or any collection with a future date.</p>
</td> </td>
<td class="align-center"> <td class="align-center">
<p><code class="option">future: BOOL</code></p> <p><code class="option">future: BOOL</code></p>