diff --git a/scripts/web.sh b/scripts/web.sh index 9905d16..a60d6e3 100755 --- a/scripts/web.sh +++ b/scripts/web.sh @@ -19,8 +19,8 @@ convert() --template=templates/$html_template \ --css=$css_template \ ../pages/$filename.md \ - -t html > ../dist/$filename.html \ - --lua-filter=links-to-html.lua + -t html > ../dist/$filename.html + #--lua-filter=links-to-html.lua fi }