From a5b6522ee2488143af6a26c1b5ac0678f12c8e11 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Wed, 10 Jul 2013 23:34:48 -0500 Subject: [PATCH] Make the text around generating the site more clear Thanks to @jpiasetz for the suggestion! --- site/docs/drafts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/docs/drafts.md b/site/docs/drafts.md index 50483595..e6455674 100644 --- a/site/docs/drafts.md +++ b/site/docs/drafts.md @@ -14,7 +14,7 @@ first draft: | |-- a-draft-post.md {% endhighlight %} -To preview your site with your drafts, simply run `jekyll serve` with the `--drafts` -switch. The same goes for `jekyll build`. Each will be assigned the value of `Time.now` +To preview your site with drafts, simply run `jekyll serve` or `jekyll build` with +the `--drafts` switch. Each will be assigned the value of `Time.now` for its date, and thus you will see them generated as the latest posts.