Skip to content

Commit

Permalink
expires docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Pierson authored and Ryan Pierson committed Jun 21, 2018
1 parent b221a23 commit d38c202
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pages/02.content/02.headers/docs.md
Expand Up @@ -68,6 +68,14 @@ publish_date: 01/23/2015 13:00

Optional field, but can provide a date to automatically trigger publication. Valid values are any string date values that [strtotime()](http://php.net/manual/en/function.strtotime.php) supports.

### Expires

```ruby
Expires: 604800
```

Page expires time in seconds (604800 seconds = 7 days) (`no cache` is also possible).

### Unpublish Date

```ruby
Expand Down

0 comments on commit d38c202

Please sign in to comment.