Working on _blog_idx_for_index
This commit is contained in:
parent
3d5d665157
commit
8f8b4cc758
1
qsgen2
1
qsgen2
@ -522,6 +522,7 @@ function _blog_idx_for_index() {
|
|||||||
|
|
||||||
for blogs in ${BLOG_META_STR_ARRAY[@]}
|
for blogs in ${BLOG_META_STR_ARRAY[@]}
|
||||||
do
|
do
|
||||||
|
echo "0. ${blogs}"
|
||||||
local index_array=("${(@s/||/)blogs}")
|
local index_array=("${(@s/||/)blogs}")
|
||||||
echo "1. ${index_array[URL]}"
|
echo "1. ${index_array[URL]}"
|
||||||
echo "2. ${index_array[BTITLE]}"
|
echo "2. ${index_array[BTITLE]}"
|
||||||
|
Loading…
Reference in New Issue
Block a user