Working on _blog_idx_for_index

This commit is contained in:
Stig-Ørjan Smelror 2024-01-30 12:49:16 +01:00
parent da47bc96e6
commit adb9e3f170

10
qsgen2
View File

@ -543,11 +543,11 @@ function _blog_idx_for_index() {
local index_array=("${(@s/||/)blogs}")
for item in ${index_array[@]}
do
echo "1. URL=${item[4]}"
echo "2. BTITLE=${item[2]}"
echo "3. DATE=${item[1]}"
echo "4. INGRESS=${item[3]}"
echo "5. EVERYTHING: ${item}"
#echo "1. URL=${item[4]}"
#echo "2. BTITLE=${item[2]}"
#echo "3. DATE=${item[1]}"
#echo "4. INGRESS=${item[3]}"
echo ". EVERYTHING: ${item}"
done
done