diff --git a/insert-posts.sh b/insert-posts.sh index d1cb1ed..0d5d0e9 100755 --- a/insert-posts.sh +++ b/insert-posts.sh @@ -68,7 +68,6 @@ for file in $(ls "$BLOG_DIR/posts"); do content=$(sed -n '4,$p' $target_file | tr -d '\n') content=${content//&/&} - content=${content//'"'/"} content=${content//"'"/‘} insert_post "$date" "$slug" "$title" "$content"