Working on _blog_idx_for_index

This commit is contained in:
Stig-Ørjan Smelror 2024-01-30 13:14:46 +01:00
parent 6f436b84c7
commit bceb8d5625

2
qsgen2
View File

@ -532,7 +532,7 @@ function _blog_idx_for_index() {
local blog_list=$(<${project_dir}/templates/${theme}/blog_list.tpl)
# Truncate file before writing new one
: >| ${project_dir}/blog/index.tmp.html
: >| "${project_dir}/blog/index.tmp.html"
for meta_str in ${BLOG_META_STR_ARRAY[@]}
do