fix typo in draft post explanation, props @parkr

This commit is contained in:
Benjamin J. Balter 2013-04-14 13:31:17 -04:00
parent 6133252f06
commit 38e7d61858
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ to one or more config files.
Jekyll now lets you write draft posts, and allows you to easily preview how Jekyll now lets you write draft posts, and allows you to easily preview how
they will look prior to publishing. To start a draft, simply create a folder they will look prior to publishing. To start a draft, simply create a folder
called `_drafts` in your site's source directory (e.g., along side `_posts`), called `_drafts` in your site's source directory (e.g., along side `_posts`),
and add a new markdown file to it. To generate preview your new post, simply and add a new markdown file to it. To preview your new post, simply run the
run the `Jekyll` command with the `--drafts` flag. `Jekyll` command with the `--drafts` flag.
<div class="note info"> <div class="note info">
<h5 mardown="1">Drafts don't have dates</h5> <h5 mardown="1">Drafts don't have dates</h5>