From 38d37b97fab694e42fd28dc63467e30b623e9f87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Fri, 2 Feb 2024 16:10:58 +0100 Subject: [PATCH] _add_blog_list_to_index: Fix typo --- qsgen2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qsgen2 b/qsgen2 index a578249..dcf3ffe 100755 --- a/qsgen2 +++ b/qsgen2 @@ -673,7 +673,7 @@ function _add_blog_list_to_index() { if [[ ${new_updated_blogs} == "true" ]] && [[ ${blog_in_index} == "true" ]]; then if (${debug}) _msg debug "_pages: Inserting blog list to index.html" local blog_index_list=$(<${project_dir}/blog/index.tmp.html) - local site_index_file=$(<${www_root}/index.tmp.html) + local site_index_file=$(<${www_root}/index.html) awk -v new_body="$site_index_file" '{sub(/BLOGINDEX/, new_body)} 1' <(echo "${blog_index_list}") fi