Working on _blog_idx_for_index
This commit is contained in:
parent
4a7a3e18f0
commit
8a8d929e5a
10
qsgen2
10
qsgen2
@ -541,10 +541,12 @@ function _blog_idx_for_index() {
|
||||
do
|
||||
echo "0. ${blogs}"
|
||||
local index_array=("${(@s/||/)blogs}")
|
||||
echo "1. ${index_array[URL]}"
|
||||
echo "2. ${index_array[BTITLE]}"
|
||||
echo "3. ${index_array[SDATE[@]]}"
|
||||
echo "4. ${index_array[INGRESS]}"
|
||||
for item in ${index_array[@]}
|
||||
echo "1. ${item[URL]}"
|
||||
echo "2. ${item[BTITLE]}"
|
||||
echo "3. ${item[SDATE[@]]}"
|
||||
echo "4. ${item[INGRESS]}"
|
||||
done
|
||||
done
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user