Working on _blog_idx_for_index
This commit is contained in:
parent
321a6326d0
commit
ba79f0ffaf
8
qsgen2
8
qsgen2
@ -543,10 +543,10 @@ 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. ${item[URL]}"
|
echo "1. URL=${item[4]}"
|
||||||
echo "2. ${item[BTITLE]}"
|
echo "2. BTITLE=${item[2]}"
|
||||||
echo "3. ${item[SDATE[@]]}"
|
echo "3. DATE=${item[1]}"
|
||||||
echo "4. ${item[INGRESS]}"
|
echo "4. INGRESS=${item[3]}"
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user