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
This commit is contained in:
Stig-Ørjan Smelror 2025-05-18 12:55:22 +02:00
parent aa580887fc
commit f2778d502d

1
qsgen2
View File

@ -1040,7 +1040,6 @@ function _blog_index() {
function _add_blog_list_to_index() { function _add_blog_list_to_index() {
{{ ... }}
if [[ ${globaldebug} == "true" ]]; then if [[ ${globaldebug} == "true" ]]; then
local debug=true local debug=true
else else