_blogs: Add a separator line in debug
This commit is contained in:
parent
81b22db011
commit
6460eb17b0
6
qsgen2
6
qsgen2
@ -579,13 +579,15 @@ function _pages() {
|
||||
|
||||
function _blogs() {
|
||||
# This function either generates blog files or exports metadata based on the argument
|
||||
|
||||
|
||||
if [[ ${globaldebug} == "true" ]]; then
|
||||
local debug=true
|
||||
else
|
||||
local debug=true
|
||||
fi
|
||||
|
||||
|
||||
if (${debug}) _msg info "*************************************************************************"
|
||||
|
||||
# Running function _list_blogs
|
||||
if (${debug}) _msg debug "${0:t}_msg_1"
|
||||
_list_blogs
|
||||
|
Loading…
Reference in New Issue
Block a user