mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	docs: Fix typo in Quickstart guide
To publish a post, draft status should be changed to `false`.
This commit is contained in:
		
				
					committed by
					
						
						digitalcraftsman
					
				
			
			
				
	
			
			
			
						parent
						
							ccc51fe764
						
					
				
				
					commit
					faa3472fa2
				
			@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user