From f2778d502d29091d51abf3c2a6918dce0cc6c795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Sun, 18 May 2025 12:55:22 +0200 Subject: [PATCH] fix: Remove placeholder from _add_blog_list_to_index function - Removed '{{ ... }}' placeholder that was causing a syntax error - Ensured proper function structure for blog index handling --- qsgen2 | 1 - 1 file changed, 1 deletion(-) diff --git a/qsgen2 b/qsgen2 index aabeb97..0f75a39 100755 --- a/qsgen2 +++ b/qsgen2 @@ -1040,7 +1040,6 @@ function _blog_index() { function _add_blog_list_to_index() { -{{ ... }} if [[ ${globaldebug} == "true" ]]; then local debug=true else