21 lines
547 B
Plaintext
21 lines
547 B
Plaintext
<div id="c-explore-posts">
|
|
<div id="a-index">
|
|
<h1>Popular: <%= @post_set.presenter.range_text %></h1>
|
|
|
|
<%= @post_set.presenter.nav_links(self) %>
|
|
|
|
<%= render "posts/partials/common/inline_blacklist" %>
|
|
|
|
<%= @post_set.presenter.post_previews_html(self) %>
|
|
</div>
|
|
</div>
|
|
|
|
<%= render "posts/partials/common/secondary_links" %>
|
|
|
|
<% content_for(:page_title) do %>
|
|
Popular - <%= Danbooru.config.app_name %>
|
|
<% end %>
|
|
|
|
<% content_for(:html_header) do %>
|
|
<meta name="description" content="The most popular posts per day">
|
|
<% end %> |