17 lines
496 B
Plaintext
17 lines
496 B
Plaintext
<div id="c-recommended-posts">
|
|
<div id="a-show">
|
|
<h1>Recommended Posts</h1>
|
|
|
|
<p>Based on your favorites, you may enjoy these posts. Favorite more to get more accurate results. These recommendations update every hour.</p>
|
|
|
|
<%= render "posts/partials/common/inline_blacklist" %>
|
|
<%= render partial: "show" %>
|
|
</div>
|
|
</div>
|
|
|
|
<%= render "posts/partials/common/secondary_links" %>
|
|
|
|
<% content_for(:page_title) do %>
|
|
Recommended Posts - <%= Danbooru.config.app_name %>
|
|
<% end %>
|