_pages: Actually run engine
This commit is contained in:
parent
82403acf3b
commit
94fd3ecb2c
2
qsgen2
2
qsgen2
@ -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) )
|
||||
local page_content=$( echo "$page_content" | $(${engine}) )
|
||||
echo "$page_content"
|
||||
exit
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user