Back" > "$ARTICLE"
cat "$EDITFILE" >> "$ARTICLE"
echo "
" >> "$ARTICLE"
mv "$ARTICLE" "$DEST"
echo "saved as $DEST/$ARTICLE"
echo "--------------------------"
read -rp "Update the sitemap and rss feed, then upload to your server? ; " choix
if [ "$choix" != "n" ] ; then
blogsitemap; blogrss ; blogsend
fi