A debug setting
This commit is contained in:
parent
1a20765484
commit
eb5bc75cff
6
qsgen2
6
qsgen2
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user