mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19: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="---\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]}
|
||||||
|
|||||||
Reference in New Issue
Block a user