Skip to content

Commit

Permalink
change name of default RSS image
Browse files Browse the repository at this point in the history
  • Loading branch information
mjdominus committed Apr 23, 2016
1 parent 5990ccd commit 97b8cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/path2
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ sub story {

sub foot {
print F "In foot with first_image = $first_image_url\n";
$first_image_url ||= "http://pic.blog.plover.com/TOP.jpg";
$first_image_url ||= "http://pic.blog.plover.com/FIRST_IMAGE_DEFAULT.jpg";
$blosxom::output =~ s/FIRST_IMAGE_URL/$first_image_url/g;
}

Expand Down

0 comments on commit 97b8cca

Please sign in to comment.