* Add <meta> descriptions to more pages. * Adjust wiki/pool/forum pages to use an excerpt of the first paragraph.
21 lines
603 B
Plaintext
21 lines
603 B
Plaintext
<% page_title "Pool Gallery" %>
|
|
<% meta_description "See thousands of translated anime & hentai comics, galleries, doujins, and more on #{Danbooru.config.app_name}." %>
|
|
|
|
<%= render "secondary_links" %>
|
|
|
|
<div id="c-pools">
|
|
<div id="a-gallery">
|
|
<%= render "search", :path => gallery_pools_path %>
|
|
|
|
<%= render "posts/partials/common/inline_blacklist" %>
|
|
|
|
<section>
|
|
<% @pools.each do |pool| %>
|
|
<%= PostPresenter.preview(pool.cover_post, link_target: pool, pool: pool, show_deleted: true) %>
|
|
<% end %>
|
|
|
|
<%= numbered_paginator(@pools) %>
|
|
</section>
|
|
</div>
|
|
</div>
|