Working on _blog_idx_for_index

This commit is contained in:
Stig-Ørjan Smelror 2024-01-30 12:44:37 +01:00
parent 8a8d929e5a
commit 321a6326d0

1
qsgen2
View File

@ -542,6 +542,7 @@ function _blog_idx_for_index() {
echo "0. ${blogs}"
local index_array=("${(@s/||/)blogs}")
for item in ${index_array[@]}
do
echo "1. ${item[URL]}"
echo "2. ${item[BTITLE]}"
echo "3. ${item[SDATE[@]]}"