<%= posts_url %> daily <%= wiki_pages_url %> daily <%= pools_url %> daily <% cache("sitemap", :expires_in => 24.hours) do %> <% @reportbooru_service.post_search_rankings(Date.yesterday) do |tags, count| %> <%= posts_url(tags: tags) %> <%= Date.today %> <% end %> <% @posts.each do |post| %> <%= post_url(post) %> <%= post.file_url %> <%= post.presenter.humanized_essential_tag_string %> <%= post.created_at.to_date %> <% end %> <% end %>