remove quo
This commit is contained in:
@@ -68,7 +68,6 @@ for file in $(ls "$BLOG_DIR/posts"); do
|
|||||||
content=$(sed -n '4,$p' $target_file | tr -d '\n')
|
content=$(sed -n '4,$p' $target_file | tr -d '\n')
|
||||||
|
|
||||||
content=${content//&/&}
|
content=${content//&/&}
|
||||||
content=${content//'"'/"}
|
|
||||||
content=${content//"'"/‘}
|
content=${content//"'"/‘}
|
||||||
|
|
||||||
insert_post "$date" "$slug" "$title" "$content"
|
insert_post "$date" "$slug" "$title" "$content"
|
||||||
|
|||||||
Reference in New Issue
Block a user