Working on _blog_idx_for_index

This commit is contained in:
Stig-Ørjan Smelror 2024-01-30 14:56:43 +01:00
parent 3e89988797
commit 2e270a70cd

2
qsgen2
View File

@ -539,6 +539,8 @@ function _blog_idx_for_index() {
# Truncate file before writing new one
: >| "${project_dir}/blog/index.tmp.html"
echo ":: _blog_idx_for_index: BLOG_META_STR_ARRAY: ${BLOG_META_STR_ARRAY[@]}"
for meta_str in ${BLOG_META_STR_ARRAY[@]}
do
echo "${yellow}_blog_idx_for_index: meta_str from BLOG_META_STR_ARRAY from _blogs${end}"