From 3e899887970fcdb26a29e773079e6d2d6a164baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Tue, 30 Jan 2024 14:54:44 +0100 Subject: [PATCH] Working on _blog_idx_for_index --- qsgen2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qsgen2 b/qsgen2 index bfc655f..d3dc107 100755 --- a/qsgen2 +++ b/qsgen2 @@ -528,7 +528,7 @@ function _blog_idx_for_index() { # This function generates the file blog/index.tmp.html # We use _blogs to get the data to create the blog index - #_blogs get_index + _blogs get_index local debug=true @@ -541,6 +541,8 @@ function _blog_idx_for_index() { for meta_str in ${BLOG_META_STR_ARRAY[@]} do + echo "${yellow}_blog_idx_for_index: meta_str from BLOG_META_STR_ARRAY from _blogs${end}" + echo "${yellow}:: _blog_idx_for_index: ${meta_str}${end}" local debug=true # Split meta_str into individual metadata components local -a meta_array=("${(@s/||/)meta_str}")