README.md in octopress-3.0.0.rc.13 vs README.md in octopress-3.0.0.rc.14
- old
+ new
@@ -93,11 +93,11 @@
layout: post
title: "My Title"
date: YYYY-MM-DDTHH:MM:SS-00:00
```
-"OK, great? What else can I do?" Great question! Check out these other options:
+"OK, great. What else can I do?" Great question! Check out these other options:
| Option | Description |
|:---------------------|:----------------------------------------|
| `--template PATH` | Use a template from <path> |
| `--date DATE` | The date for the post. Should be parseable by [Time#parse](http://ruby-doc.org/stdlib-2.1.0/libdoc/time/rdoc/Time.html#method-i-parse) |
@@ -119,11 +119,12 @@
| `--title TITLE` | The title of the new page |
| `--date DATE` | The date for the page. Should be parseable by [Time#parse](http://ruby-doc.org/stdlib-2.1.0/libdoc/time/rdoc/Time.html#method-i-parse) |
| `--force` | Overwrite existing file. |
Note: The default page template doesn't expect a date. If you want to add dates
-to your posts, consider adding `date: {{ date }}` to the default template
-`_templates/page`, or create a new template to use for dated pages.
+to your pages, consider adding `date: {{ date }}` to the default template
+`_templates/page`, or create a new template to use for dated pages. Otherwise,
+you will have the `--date` option to add a date to a page.
### New Draft
```sh
$ octopress new draft "My Title"