A debug setting

This commit is contained in:
Stig-Ørjan Smelror 2024-01-30 00:06:19 +01:00
parent 1a20765484
commit eb5bc75cff

6
qsgen2
View File

@ -335,9 +335,9 @@ function _pages() {
if (${debug}) echo "_pages: Replacing tagline"
pages_tpl=$( echo ${pages_tpl} | sed -e "s|#tagline|${site_tagline}|g" )
echo "${magenta}AFTER REPLACING TAGLINE${end}"
echo ${pages_tpl}
exit
#echo "${magenta}AFTER REPLACING TAGLINE${end}"
#echo ${pages_tpl}
#exit
# Replace #updated with today's date and #version with Name and Version to footer
if (${debug}) echo "_pages: _last_updated in pages_tpl"