Working on _blog_idx_for_index

This commit is contained in:
Stig-Ørjan Smelror 2024-01-30 14:23:34 +01:00
parent bc779dede9
commit f3d23002ac

6
qsgen2
View File

@ -294,7 +294,7 @@ function _file_to_lower() {
function _pages() {
# This function generates all the new and updated Pages
local debug=true
local debug=false
# Load the cache for Pages
if (${debug}) echo "_pages: Running function _pages_cache"
@ -777,8 +777,8 @@ function _html() {
# Time to test the first function
echo "${green}Running function _blogs${end}"
_blogs
#echo "Running _blog_idx_for_index"
#_blog_idx_for_index
echo "Running _blog_idx_for_index"
_blog_idx_for_index
#echo "${green}Running function _blog_index"
#_blog_index
echo "${green}Running function _pages${end}"