Actualiser scripts/web.sh
All checks were successful
/ publish (push) Successful in 1m0s

This commit is contained in:
Milovann Yanatchkov 2025-02-25 21:55:13 +01:00
parent fe40dc0264
commit 701a3542b3

View file

@ -19,8 +19,8 @@ convert()
--template=templates/$html_template \ --template=templates/$html_template \
--css=$css_template \ --css=$css_template \
../pages/$filename.md \ ../pages/$filename.md \
-t html > ../dist/$filename.html \ -t html > ../dist/$filename.html
--lua-filter=links-to-html.lua #--lua-filter=links-to-html.lua
fi fi
} }