mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 05:29:09 -07:00
Quote post title when creating new jekyll post.
This commit is contained in:
@@ -48,7 +48,7 @@ function jekyll {
|
||||
|
||||
JTEMPLATE="---\n"
|
||||
JTEMPLATE+="layout: post\n"
|
||||
JTEMPLATE+="title: %s\n"
|
||||
JTEMPLATE+="title: \"%s\"\n"
|
||||
JTEMPLATE+="category: Blog\n"
|
||||
JTEMPLATE+="---\n"
|
||||
TITLE=${@[2,-1]}
|
||||
|
||||
Reference in New Issue
Block a user