mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
docs: Fix typo in Quickstart guide
To publish a post, draft status should be changed to `false`.
This commit is contained in:
parent
ccc51fe764
commit
faa3472fa2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue