let's see if this works

This commit is contained in:
Matthew Connelly 2015-03-09 00:02:57 +00:00
parent e68036d4f8
commit 5a8dadc255
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ my $basedir=File::Spec->rel2abs(__FILE__);$basedir=~s/blogalba$//;
my $cfg="$basedir/config";
my $blog=YAML::LoadFile($cfg) or die "Couldn't load $cfg!";
$blog->{url} .= '/' unless $blog->{url} =~ /\/$/;
$blog->{links} = { sort { $b <=> $a } keys $blog->{links} };
my ($page,@posts,@pages,%defparams);
my $nposts=0;my $npages=1;my $lastcache=0;