build.pl: silly issue

This commit is contained in:
snow flurry 2022-03-04 20:03:12 -08:00
parent 00b4931cbb
commit 6b3cb1470e

View file

@ -145,10 +145,11 @@ sub include_tmpl {
## End subroutines ## End subroutines
my %utils = { # subroutines used in templates
my %utils = (
strftime => \&strftime, strftime => \&strftime,
include_tmpl => \&include_tmpl, include_tmpl => \&include_tmpl,
}; );
# make posts dir or die # make posts dir or die