Working on _blog_idx_for_index
This commit is contained in:
parent
3e89988797
commit
2e270a70cd
2
qsgen2
2
qsgen2
@ -539,6 +539,8 @@ function _blog_idx_for_index() {
|
|||||||
# Truncate file before writing new one
|
# Truncate file before writing new one
|
||||||
: >| "${project_dir}/blog/index.tmp.html"
|
: >| "${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[@]}
|
for meta_str in ${BLOG_META_STR_ARRAY[@]}
|
||||||
do
|
do
|
||||||
echo "${yellow}_blog_idx_for_index: meta_str from BLOG_META_STR_ARRAY from _blogs${end}"
|
echo "${yellow}_blog_idx_for_index: meta_str from BLOG_META_STR_ARRAY from _blogs${end}"
|
||||||
|
Loading…
Reference in New Issue
Block a user