I think I've gotten _blogs to work now as I want it

This commit is contained in:
Stig-Ørjan Smelror 2024-01-30 15:21:20 +01:00
parent 7d964e7a1b
commit 5fc4024049

4
qsgen2
View File

@ -397,7 +397,7 @@ function _blogs() {
# Rewritten _blogs function # Rewritten _blogs function
# This function either generates blog files or exports metadata based on the argument # This function either generates blog files or exports metadata based on the argument
local debug=true 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
# Running function _list_blog # Running function _list_blog
@ -525,7 +525,7 @@ function _blog_idx_for_index() {
# We use _blogs to get the data to create the blog index # We use _blogs to get the data to create the blog index
#_blogs get_index #_blogs get_index
local debug=true local debug=false
echo "${yellow}_blog_idx_for_index: Initiating function${end}" echo "${yellow}_blog_idx_for_index: Initiating function${end}"