Working on _blog_idx_for_index

This commit is contained in:
Stig-Ørjan Smelror 2024-01-30 12:29:18 +01:00
parent 8f8b4cc758
commit 446a6f6770

2
qsgen2
View File

@ -488,7 +488,7 @@ function _blogs() {
else
# Declare the array to hold metadata strings for each blog
declare -a BLOG_META_STR_ARRAY
BLOG_META_STR_ARRAY=()
# Iterate over make_blog_array
for blog in "${make_blog_array[@]}"; do