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
|
local debug=true
|
||||||
else
|
else
|
||||||
# If you want to debug this function only, set this to true
|
# If you want to debug this function only, set this to true
|
||||||
local debug=true
|
local debug=false
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Load the cache for Pages
|
# Load the cache for Pages
|
||||||
@ -891,7 +891,7 @@ function _blog_index() {
|
|||||||
local debug=true
|
local debug=true
|
||||||
else
|
else
|
||||||
# If you want to debug this function only, set this to true
|
# If you want to debug this function only, set this to true
|
||||||
local debug=false
|
local debug=true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# This function generates the /blog/index.html file that gets its data from _blog_list_for_index()
|
# 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