Working on _blog_idx_for_index

This commit is contained in:
Stig-Ørjan Smelror 2024-01-30 13:45:44 +01:00
parent 88d8cd6290
commit 8dda036a7a

2
qsgen2
View File

@ -586,6 +586,8 @@ function _blog_index() {
exit exit
fi fi
blogs get_index
if [[ ${updated_blogs} == "true" ]]; then if [[ ${updated_blogs} == "true" ]]; then
echo "${green}Updating the Blog Index file${end}" echo "${green}Updating the Blog Index file${end}"
blog_index_content=$(echo "${blog_index}" | perl -pe "s|BODY|${blog_index_list}|g") blog_index_content=$(echo "${blog_index}" | perl -pe "s|BODY|${blog_index_list}|g")