From d438a71bb12826d0b9f07b2a152ed4057345808d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Sat, 3 Feb 2024 20:47:59 +0100 Subject: [PATCH] qsgen2: Format text --- qsgen2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qsgen2 b/qsgen2 index 3535a63..be0cc5f 100755 --- a/qsgen2 +++ b/qsgen2 @@ -382,7 +382,7 @@ function _pages() { local pages_tpl="$(<${pages})" fi - _msg std "Generating Page: ${pages_in_array%.*}.html" + _msg std "- Generating Page: ${pages_in_array%.*}.html" # Read the file once if (${debug}) _msg debug "_pages: Loading page_content once - ${pages_in_array}" local page_content="$(<${pages_in_array})" @@ -540,7 +540,7 @@ function _blogs() { if (${debug}) _msg debug "_blogs: Processing ${blog}" - _msg std "Generating Blog: ${blog_index}.html" + _msg std "- Generating Blog: ${blog_index}.html" # Prepare the blog template if (${debug}) _msg debug "_blogs: Processing substitutes in ${blog}"