Version 0.2.1 alpha. _cleanup: Also remove BLOGINDEX, if any.

This commit is contained in:
Stig-Ørjan Smelror 2024-02-02 17:16:04 +01:00
parent 8e99cc479a
commit 8c2c63c986

5
qsgen2
View File

@ -42,7 +42,7 @@
################################################################################################### ###################################################################################################
# export blog_in_index=false # export blog_in_index=false
VERSION="0.2.0 alpha" # Tue-2024-01-30 VERSION="0.2.1 alpha" # Tue-2024-01-30
QSGEN="Quick Site Generator 2" QSGEN="Quick Site Generator 2"
# Set to true or false # Set to true or false
@ -855,7 +855,8 @@ function _cleanup() {
-e "s|¤||g" \ -e "s|¤||g" \
-e "s|#showimg\ ||g" \ -e "s|#showimg\ ||g" \
-e "s|#ytvideo\ ||g" \ -e "s|#ytvideo\ ||g" \
-e "s|#link\ ||g") -e "s|#link\ ||g") \
-e "s|BLOGINDEX\ ||g")
# Return the cleaned content # Return the cleaned content
echo "${cleaned_content}" echo "${cleaned_content}"