From 1088d9c1b38c4946ad905d6aa5c2cacfd3f703f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Tue, 30 Jan 2024 12:35:39 +0100 Subject: [PATCH] Working on _blog_idx_for_index --- qsgen2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qsgen2 b/qsgen2 index 7f517ee..166f3fd 100755 --- a/qsgen2 +++ b/qsgen2 @@ -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=()