URI: 
       docs: Fix typo in Quickstart guide - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit faa3472fa299adb287d575e6d404d4ddcddbff4e
   DIR parent ccc51fe764c02d41ef3634739e71966b8c3c4e69
  HTML Author: Russ Shanahan <russshanahan@gmail.com>
       Date:   Sun,  4 Sep 2016 22:59:56 -0400
       
       docs: Fix typo in Quickstart guide
       
       To publish a post, draft status should be changed to `false`.
       
       Diffstat:
         M docs/content/overview/quickstart.md |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/docs/content/overview/quickstart.md b/docs/content/overview/quickstart.md
       @@ -455,7 +455,7 @@ These are a few of the books that I have read within the last year.
        
        So far all the posts that we have written are in draft status.
        To make a draft public, you can either run a command
       -or manually change the draft status in the post to `true`.
       +or manually change the draft status in the post to `false`.
        
        ```bash
        $ hugo undraft content/post/good-to-great.md