bliper

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

commit 6f9c3960a6736b9b4d04be59a3ac946c9368d2cf
parent 07e76410b0abd57abda0064247e052963d7ed542
Author: haris <haris@metal.lan>
Date:   Sun, 17 Nov 2013 19:16:00 +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 @@ -29,7 +29,7 @@ foreach my $file (@files) { # Read each file(post) from indir, cat to $outdi print OUT @html; # append content print OUT @pageb; close OUT; - + open (OUT, '>>', "../$outdir/index.html") or die $!; # append links to stories print OUT "<a href=\"$file.html\">$file</a>"; print OUT "\n";