From d4779b549e51a2999a640747525c39f37f41b012 Mon Sep 17 00:00:00 2001 From: lemurianmage Date: Thu, 2 Jul 2026 16:09:38 +0200 Subject: post-receive hook test --- template.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'template.pl') diff --git a/template.pl b/template.pl index 793f9b3..4d9dadd 100755 --- a/template.pl +++ b/template.pl @@ -11,7 +11,9 @@ use File::Basename; use open qw( :std :encoding(UTF-8) ); -my $content = `lowdown --html-titleblock --html-no-head-ids -s --template template.html $ARGV[0]`; +my $LOWDOWN_FLAGS = '--html-titleblock --html-no-head-ids -s --template template.html'; + +my $content = `lowdown $LOWDOWN_FLAGS $ARGV[0]`; my $dom = Mojo::DOM->new($content); -- cgit v1.2.3