_blogs: Don't run the whole _blogs function if there are no blogs again

This commit is contained in:
Stig-Ørjan Smelror 2024-02-03 20:09:56 +01:00
parent cf1effeb39
commit f284d904f6

2
qsgen2
View File

@ -466,7 +466,7 @@ function _blogs() {
if [[ ${no_blogs_found} == "true" ]]; then
_msg std "You do not have any blogs."
return
continue
fi
_msg other "Generating Blogs"