Update debug variable in qsgen2 script
The debug variable in the qsgen2 script was updated from true to false in the _pages() function and from false to true in the _blog_index() function.
This commit is contained in:
parent
67136642e5
commit
732b5052b4
4
qsgen2
4
qsgen2
@ -467,7 +467,7 @@ function _pages() {
|
||||
local debug=true
|
||||
else
|
||||
# If you want to debug this function only, set this to true
|
||||
local debug=true
|
||||
local debug=false
|
||||
fi
|
||||
|
||||
# Load the cache for Pages
|
||||
@ -891,7 +891,7 @@ function _blog_index() {
|
||||
local debug=true
|
||||
else
|
||||
# If you want to debug this function only, set this to true
|
||||
local debug=false
|
||||
local debug=true
|
||||
fi
|
||||
|
||||
# This function generates the /blog/index.html file that gets its data from _blog_list_for_index()
|
||||
|
Loading…
Reference in New Issue
Block a user