feed: retrieve 5 items now that we support scrolling

This commit is contained in:
Frédéric Péters 2013-03-15 09:43:51 +01:00
parent 18fa9eb714
commit 1423040a73
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<script>
$(function(){ //DOM Ready
$('#{{app_id}}').rssfeed('{{ feed_url }}', {
limit: 3,
limit: 5,
titletag: 'h3'
});
});