style intro page

This commit is contained in:
r888888888
2013-07-03 13:10:23 -07:00
parent 742dc1e189
commit b21a0329ec
3 changed files with 5 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ module PostSets
def posts
@posts ||= begin
temp = ::Post.tag_match("#{tag_string} favcount:>10").paginate(page, :search_count => nil, :limit => 6)
temp = ::Post.tag_match("#{tag_string} favcount:>3").paginate(page, :search_count => nil, :limit => 5)
temp.all
temp
end