_pages: Really trying to get this to work

This commit is contained in:
Stig-Ørjan Smelror 2024-02-02 17:23:33 +01:00
parent 32ca0ed4d9
commit 5469e7e401

2
qsgen2
View File

@ -443,7 +443,7 @@ function _pages() {
# Use Perl for multi-line and special character handling # Use Perl for multi-line and special character handling
local pages_tpl=$( awk -v new_body="$page_content" '{sub(/BODY/, new_body)} 1' <(echo "${pages_tpl}") ) local pages_tpl=$( awk -v new_body="$page_content" '{sub(/BODY/, new_body)} 1' <(echo "${pages_tpl}") )
fi fi
else elif [[ ${new_updated_blogs} == "falseq" ]] && [[ ${blog_in_index} == "false" ]]; then
if (${debug}) _msg debug "_pages: 2. Replacing BODY with page_content in pages_tpl using Perl" if (${debug}) _msg debug "_pages: 2. Replacing BODY with page_content in pages_tpl using Perl"
# Use Perl for multi-line and special character handling # Use Perl for multi-line and special character handling
local pages_tpl=$( awk -v new_body="$page_content" '{sub(/BODY/, new_body)} 1' <(echo "${pages_tpl}") ) local pages_tpl=$( awk -v new_body="$page_content" '{sub(/BODY/, new_body)} 1' <(echo "${pages_tpl}") )