Working on _blog_idx_for_index

This commit is contained in:
Stig-Ørjan Smelror 2024-01-30 12:28:09 +01:00
parent 3d5d665157
commit 8f8b4cc758

1
qsgen2
View File

@ -522,6 +522,7 @@ function _blog_idx_for_index() {
for blogs in ${BLOG_META_STR_ARRAY[@]}
do
echo "0. ${blogs}"
local index_array=("${(@s/||/)blogs}")
echo "1. ${index_array[URL]}"
echo "2. ${index_array[BTITLE]}"