From 701a3542b3970a8e64d5bf37edd6c980dd45d253 Mon Sep 17 00:00:00 2001 From: rvba Date: Tue, 25 Feb 2025 21:55:13 +0100 Subject: [PATCH] Actualiser scripts/web.sh --- scripts/web.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }