Tell us what you're doing in _blogs and _pages

This commit is contained in:
Stig-Ørjan Smelror 2024-02-03 09:26:14 +01:00
parent 1707faf822
commit 8350372ee8

4
qsgen2
View File

@ -335,6 +335,8 @@ function _file_to_lower() {
function _pages() { function _pages() {
# This function generates all the new and updated Pages # This function generates all the new and updated Pages
_msg other "Generating Pages"
local debug=false local debug=false
# Load the cache for Pages # Load the cache for Pages
@ -446,6 +448,8 @@ function _pages() {
function _blogs() { function _blogs() {
# 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
_msg other "Generating Blogs"
local debug=false local debug=false
# Running function _list_blogs # Running function _list_blogs