Working on _blog_idx_for_index
This commit is contained in:
parent
da47bc96e6
commit
adb9e3f170
10
qsgen2
10
qsgen2
@ -543,11 +543,11 @@ function _blog_idx_for_index() {
|
|||||||
local index_array=("${(@s/||/)blogs}")
|
local index_array=("${(@s/||/)blogs}")
|
||||||
for item in ${index_array[@]}
|
for item in ${index_array[@]}
|
||||||
do
|
do
|
||||||
echo "1. URL=${item[4]}"
|
#echo "1. URL=${item[4]}"
|
||||||
echo "2. BTITLE=${item[2]}"
|
#echo "2. BTITLE=${item[2]}"
|
||||||
echo "3. DATE=${item[1]}"
|
#echo "3. DATE=${item[1]}"
|
||||||
echo "4. INGRESS=${item[3]}"
|
#echo "4. INGRESS=${item[3]}"
|
||||||
echo "5. EVERYTHING: ${item}"
|
echo ". EVERYTHING: ${item}"
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user