Skip to content

Commit

Permalink
Show fewer recent posts to keep panels aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Jan 29, 2016
1 parent ee4c741 commit 5cea97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch-recent-blog-posts.pl
Expand Up @@ -20,7 +20,7 @@
exit;
}

my $j = $tx->res->dom->find("entry")->slice(0..8)
my $j = $tx->res->dom->find("entry")->slice(0..6)
->map(sub{
+{
title => xml_escape($_->at("title")->all_text),
Expand Down

0 comments on commit 5cea97b

Please sign in to comment.