Use _html
This commit is contained in:
parent
db94ae02b8
commit
8fd939a4c6
2
qsgen2
2
qsgen2
@ -112,7 +112,7 @@ fi
|
||||
# We define the variable 'engine' based on what's in the 'config' file.
|
||||
if [[ ${generator} == "native" ]]; then
|
||||
# Usage: ${engine} ${1} - Where 1 is the file you want to convert
|
||||
engine=_zhtml
|
||||
engine=_html
|
||||
export file_ext=tpl
|
||||
elif [[ ${generator} == "markdown" ]]; then
|
||||
if [[ ! -f /usr/local/bin/pandoc ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user