build.pl: silly issue
This commit is contained in:
parent
00b4931cbb
commit
6b3cb1470e
5
build.pl
5
build.pl
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue