From ff489fbe05da6e76dab6d48b0355c2990419a8bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Wed, 14 Feb 2024 18:08:08 +0100 Subject: [PATCH] _blog_index: Debug --- qsgen2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qsgen2 b/qsgen2 index cccb2e3..e38848b 100755 --- a/qsgen2 +++ b/qsgen2 @@ -802,7 +802,7 @@ function _blog_idx_for_index() { function _blog_index() { - local debug=${globaldebug:-false} + local debug=${globaldebug:-true} # 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