mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Fix escaping of Jekyll titles.
This commit is contained in:
@@ -80,6 +80,7 @@ function jekyll {
|
|||||||
tr -c -s -- a-z0-9 - | # Replace non-alphanums with dashes
|
tr -c -s -- a-z0-9 - | # Replace non-alphanums with dashes
|
||||||
sed 's/^-*\([^-].*[^-]\)-*$/\1/' # Remove leading and trailing slashes
|
sed 's/^-*\([^-].*[^-]\)-*$/\1/' # Remove leading and trailing slashes
|
||||||
)
|
)
|
||||||
|
TITLE=$(echo ${TITLE} | sed 's/\\/\\\\/g;s/"/\\"/g')
|
||||||
DATE=`date +%Y-%m-%d`
|
DATE=`date +%Y-%m-%d`
|
||||||
|
|
||||||
case "${1:-help}" in
|
case "${1:-help}" in
|
||||||
|
|||||||
Reference in New Issue
Block a user