This commit is contained in:
Stig-Ørjan Smelror 2024-01-30 00:27:47 +01:00
parent 07d62ad40f
commit f3cd72c984

2
qsgen2
View File

@ -363,7 +363,7 @@ function _pages() {
# Write pages_tpl to disk
echo "Writing ${www_root}/${pages_title_lower%.*}.html to disk."
tee < ${pages_tpl} | sed \
-e "s|BODY|${page_content}|" \
-e "s|BODY|$( echo ${page_content} )|" \
> ${www_root}/${pages_title_lower%.*}.html
#echo ${pages_tpl}
#exit