shithub: hugo

Download patch

ref: c99761555c014e4d041438d5d7e53a6cbaee4492
parent: 9b080dc62555580b2d8076e0a899eb07016d6692
author: Hans Ott <[email protected]>
date: Mon May 8 18:14:14 EDT 2017

docs: Fix bash command in tutorials/github-pages-blog


--- a/docs/content/tutorials/github-pages-blog.md
+++ b/docs/content/tutorials/github-pages-blog.md
@@ -76,7 +76,7 @@
 Regenerate the site using Hugo and commit the generated files on the gh-pages branch:
 
     hugo
-    cd public && git add --all && git commit -m "Publishing to gh-pages" & cd ..
+    cd public && git add --all && git commit -m "Publishing to gh-pages" && cd ..
 
 If the changes in your local gh-pages branch look alright, push them to the remote repo: