_pages: Don't redirect to fd1

This commit is contained in:
Stig-Ørjan Smelror 2024-02-02 10:38:26 +01:00
parent b0a3a783e3
commit 21920e5287

2
qsgen2
View File

@ -418,7 +418,7 @@ function _pages() {
if [[ ${file_ext} == "tpl" ]]; then
local page_content=$( ${engine} "$page_content" )
elif [[ ${file_ext} == "md" ]]; then
local page_content=$( echo "$page_content" | ${engine} >&1 )
local page_content=$( echo "$page_content" | ${engine} )
echo "$page_content"
exit
fi