Working on _blog_idx_for_index

This commit is contained in:
Stig-Ørjan Smelror 2024-01-30 14:50:40 +01:00
parent e4bd04d6dc
commit aef029b426

3
qsgen2
View File

@ -399,7 +399,6 @@ function _blogs() {
local debug=false
local mode=${1} # If <something>", exports metadata; otherwise, creates blog posts
export updated_blogs=false
# Running function _list_blog
if (${debug}) echo "_blogs: Running function _list_blog"
@ -410,8 +409,6 @@ function _blogs() {
if (( ${#make_blog_array[@]} > 0 )); then
export updated_blogs=true
# Regular blog creation process
if [[ ! ${mode} ]]; then