Working on _blog_idx_for_index
This commit is contained in:
parent
6f436b84c7
commit
bceb8d5625
2
qsgen2
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user