From e3e9ef356437de6f38f0d9e53f211db1b5089c76 Mon Sep 17 00:00:00 2001 From: rf Date: Wed, 28 Sep 2022 11:52:08 -0500 Subject: [PATCH] remove quo --- insert-posts.sh | 1 - 1 file changed, 1 deletion(-) 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"