From 6329fbe5cf119b723866249b7b4da25d6acc0761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Wed, 14 Feb 2024 18:09:32 +0100 Subject: [PATCH] _blog_idx_for_index: Debug --- qsgen2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qsgen2 b/qsgen2 index e38848b..75cfb02 100755 --- a/qsgen2 +++ b/qsgen2 @@ -730,7 +730,7 @@ function _blogs() { function _blog_idx_for_index() { # This function generates the file blog/index.tmp.html - local debug=${globaldebug:-true} + local debug=${globaldebug:true} _msg sub "${0:t}_msg_1" " ${project_dir}/blog/index.tmp.html" @@ -802,7 +802,7 @@ function _blog_idx_for_index() { function _blog_index() { - local debug=${globaldebug:-true} + local debug=${globaldebug:-false} # This function generates the www_root/blog/index.html file that gets its data from _blog_list_for_index() # ${new_updated_blogs} comes from the function _blogs if anything new or updated is detected