From 6b3cb1470e5f9c3ba58d7704e2ee188815d8b7ad Mon Sep 17 00:00:00 2001 From: snow flurry Date: Fri, 4 Mar 2022 20:03:12 -0800 Subject: [PATCH] build.pl: silly issue --- build.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.pl b/build.pl index 654e53b..a9eeed0 100755 --- a/build.pl +++ b/build.pl @@ -145,10 +145,11 @@ sub include_tmpl { ## End subroutines -my %utils = { +# subroutines used in templates +my %utils = ( strftime => \&strftime, include_tmpl => \&include_tmpl, -}; +); # make posts dir or die