explore/posts/intro: remove page.

This was an alternate frontpage that contained a list of previews of the
most popular tags. This page was never linked from anywhere and it was
unknown by most users.
This commit is contained in:
evazion
2020-01-12 20:17:43 -06:00
parent 12a845de92
commit b3eeb170cb
8 changed files with 0 additions and 113 deletions

View File

@@ -1,7 +0,0 @@
class IntroPresenter
def each
PopularSearchService.new(Date.today).each_search(20) do |query, count|
yield(query, PostSets::Intro.new(query))
end
end
end