bliper

static html page generation in perl
git clone git://git.2f30.org/bliper
Log | Files | Refs | README | LICENSE

commit b52c6c8fde1e7d41bb890bc8404bc466710cbe5b
parent 9adc240cd6f83400d9208f1a6fcfce9642f96bdf
Author: haris <haris@metal.lan>
Date:   Sun, 17 Nov 2013 18:56:47 +0200

fixed tabs alignment

Diffstat:
Mbin/bliper-generate.pl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/bliper-generate.pl b/bin/bliper-generate.pl @@ -9,7 +9,7 @@ my $indir = 'input'; # the input directory name my $outdir = 'output'; # the output directory name my @maint = qx(cat template/main-top); # top section for main page my @mainb = qx(cat template/main-bottom); # bottom section for main page -my @footer = qx(cat template/footer); # footer for every page incl main +my @footer = qx(cat template/footer); # footer for every page incl main my @paget = qx(cat template/page-top); # top section for every page in input/ my @pageb = qx(cat template/page-bottom); # bottom section for every page in input/