`future` option also works for collections
Following the discussion on #4676
This commit is contained in:
parent
af47b3c1a7
commit
68892ab693
|
@ -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</code> (specified on the command-line) that control them.
|
|||
<tr class="setting">
|
||||
<td>
|
||||
<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 class="align-center">
|
||||
<p><code class="option">future: BOOL</code></p>
|
||||
|
|
Loading…
Reference in New Issue