diff --git a/qsgen2 b/qsgen2 index b64e879..29ffef9 100755 --- a/qsgen2 +++ b/qsgen2 @@ -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