From 06a5aba5aafbc5d2bad446908fbd013f8f1958a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Sat, 10 Feb 2024 21:57:16 +0100 Subject: [PATCH] Minor change --- qsgen2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qsgen2 b/qsgen2 index 242a5d8..3ce7237 100755 --- a/qsgen2 +++ b/qsgen2 @@ -658,12 +658,12 @@ function _blogs() { local sdate btitle ingress body blog_index blog_dir blog_url # Check for the DATE line - if [[ ! "${content}" =~ ^DATE\ ]]; then + if [[ ! "${content}" =~ ^DATE\ ]]; then _msg debug "_blogs: DATE metadata missing in ${blog}." continue # Skip this file and move to the next fi # Check for the BLOG_TITLE line - if [[ ! "${content}" =~ ^BLOG_TITLE\ ]]; then + if [[ ! "${content}" =~ ^BLOG_TITLE\ ]]; then _msg debug "_blogs: BLOG_TITLE metadata missing in ${blog}." continue # Skip this file and move to the next fi