From 52d497e1f4b6bb1cf4b73e2eadb275649353e777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Tue, 30 Jan 2024 14:29:20 +0100 Subject: [PATCH] Working on _blog_idx_for_index --- qsgen2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qsgen2 b/qsgen2 index 75a376c..6c1893c 100755 --- a/qsgen2 +++ b/qsgen2 @@ -533,11 +533,11 @@ 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=false -if [[ ${updated_blogs} = "true" ]]; then +#if [[ ${updated_blogs} = "true" ]]; then local blog_list_tpl=$(<${project_dir}/templates/${theme}/blog_list.tpl) @@ -577,7 +577,7 @@ if [[ ${updated_blogs} = "true" ]]; then if (${debug}) echo "${red}_blog_idx_for_index: blog_list_content = ${blog_list_content}${end}" echo ${blog_list_content} >> ${project_dir}/blog/index.tmp.html done -fi +#fi }