diff --git a/index.html b/index.html index 889e2beaf..ea360d52f 100644 --- a/index.html +++ b/index.html @@ -188,7 +188,7 @@ $(document).ready(function() { } }) - getFeed('http://forums.torque3d.org/feed.php?mode=news', 3) + getFeed('http://forums.torque3d.org/feed.php?mode=news', 1) .done(function(data) { if(data.responseData.feed && data.responseData.feed.entries) { var news = $('#recent-news');