Working on _blog_idx_for_index
This commit is contained in:
parent
e4bd04d6dc
commit
aef029b426
3
qsgen2
3
qsgen2
@ -399,7 +399,6 @@ function _blogs() {
|
|||||||
|
|
||||||
local debug=false
|
local debug=false
|
||||||
local mode=${1} # If <something>", exports metadata; otherwise, creates blog posts
|
local mode=${1} # If <something>", exports metadata; otherwise, creates blog posts
|
||||||
export updated_blogs=false
|
|
||||||
|
|
||||||
# Running function _list_blog
|
# Running function _list_blog
|
||||||
if (${debug}) echo "_blogs: Running function _list_blog"
|
if (${debug}) echo "_blogs: Running function _list_blog"
|
||||||
@ -409,8 +408,6 @@ function _blogs() {
|
|||||||
_blog_cache
|
_blog_cache
|
||||||
|
|
||||||
if (( ${#make_blog_array[@]} > 0 )); then
|
if (( ${#make_blog_array[@]} > 0 )); then
|
||||||
|
|
||||||
export updated_blogs=true
|
|
||||||
|
|
||||||
# Regular blog creation process
|
# Regular blog creation process
|
||||||
if [[ ! ${mode} ]]; then
|
if [[ ! ${mode} ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user