Trying
This commit is contained in:
parent
07d62ad40f
commit
f3cd72c984
2
qsgen2
2
qsgen2
@ -363,7 +363,7 @@ function _pages() {
|
|||||||
# Write pages_tpl to disk
|
# Write pages_tpl to disk
|
||||||
echo "Writing ${www_root}/${pages_title_lower%.*}.html to disk."
|
echo "Writing ${www_root}/${pages_title_lower%.*}.html to disk."
|
||||||
tee < ${pages_tpl} | sed \
|
tee < ${pages_tpl} | sed \
|
||||||
-e "s|BODY|${page_content}|" \
|
-e "s|BODY|$( echo ${page_content} )|" \
|
||||||
> ${www_root}/${pages_title_lower%.*}.html
|
> ${www_root}/${pages_title_lower%.*}.html
|
||||||
#echo ${pages_tpl}
|
#echo ${pages_tpl}
|
||||||
#exit
|
#exit
|
||||||
|
Loading…
Reference in New Issue
Block a user