From 31c5e2f20f501ebdfad986af8bcbad90f686e4f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Sat, 3 Feb 2024 17:23:15 +0100 Subject: [PATCH] qsgen2: Run functions in another order --- qsgen2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qsgen2 b/qsgen2 index 28b7b5b..6eb086a 100755 --- a/qsgen2 +++ b/qsgen2 @@ -414,7 +414,6 @@ function _pages() { # Insert the blog to the front page is blog_in_index is true and the file in the array is index.file_ext # and if index.tmp.html exist and is not empty if [[ ${pages_in_array} == "index.${file_ext}" && ${blog_in_index} == "true" && -s ${project_dir}/blog/index.tmp.html ]]; then - _blog_idx_for_index local blog_index_file=$(<${project_dir}/blog/index.tmp.html) pages_tpl=$( awk -v new_blog="$blog_index_file" '{sub(/BLOGINDEX/, new_blog)} 1' <(echo "${pages_tpl}") ) else @@ -982,6 +981,6 @@ function _zhtml() { # Time to run the first function _blogs +_add_blog_list_to_index _pages -# _add_blog_list_to_index _sitemap \ No newline at end of file