Working on _blog_idx_for_index

This commit is contained in:
Stig-Ørjan Smelror 2024-01-30 12:35:39 +01:00
parent 07227c5c5e
commit 1088d9c1b3

6
qsgen2
View File

@ -486,7 +486,11 @@ function _blogs() {
done
else
echo "_blogs: get_index: Date = ${sdate[@]}"
echo "_blogs: get_index: URL = ${blog_url}"
echo "_blogs: get_index: Title = ${btitle}"
echo "_blogs: get_index: Ingress = ${ingress}"
exit
# Declare the array to hold metadata strings for each blog
BLOG_META_STR_ARRAY=()