/comments.atom: add atom feed for comments.

This commit is contained in:
evazion
2017-05-11 23:52:35 -05:00
parent 78b08d8394
commit e68946e95d
7 changed files with 42 additions and 1 deletions

View File

@@ -29,3 +29,5 @@
<% content_for(:page_title) do %>
Comments - <%= Danbooru.config.app_name %>
<% end %>
<% content_for(:html_header, auto_discovery_link_tag(:atom, comments_url(:atom, search: params[:search]), title: "Comments")) %>