_blog_idx_for_index: Debug exit

This commit is contained in:
Stig-Ørjan Smelror 2024-02-03 18:03:53 +01:00
parent 2e808af2f9
commit 9caeb3d1c1

4
qsgen2
View File

@ -649,6 +649,10 @@ function _blog_idx_for_index() {
if (${debug}) _msg debug "_blog_idx_for_index: blog_list_content = ${blog_list_content}"
echo ${blog_list_content} >> ${project_dir}/blog/index.tmp.html
# Debug exit
ls -l ${project_dir}/blog/index.tmp.html
exit
done
}