Quote post title when creating new jekyll post.

This commit is contained in:
David Tomaschik
2016-03-27 16:40:19 -07:00
parent 4cb6be69e0
commit e752074886

View File

@@ -48,7 +48,7 @@ function jekyll {
JTEMPLATE="---\n" JTEMPLATE="---\n"
JTEMPLATE+="layout: post\n" JTEMPLATE+="layout: post\n"
JTEMPLATE+="title: %s\n" JTEMPLATE+="title: \"%s\"\n"
JTEMPLATE+="category: Blog\n" JTEMPLATE+="category: Blog\n"
JTEMPLATE+="---\n" JTEMPLATE+="---\n"
TITLE=${@[2,-1]} TITLE=${@[2,-1]}