Use _html

This commit is contained in:
Stig-Ørjan Smelror 2024-02-03 08:43:45 +01:00
parent db94ae02b8
commit 8fd939a4c6

2
qsgen2
View File

@ -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