add rating meta tag
This commit is contained in:
@@ -183,6 +183,10 @@
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
<% if @post.rating == "e" %>
|
||||
<meta name="rating" content="adult">
|
||||
<% end %>
|
||||
|
||||
<%= auto_discovery_link_tag(:atom, comments_url(:atom, search: { post_id: @post.id }), title: "Comments for post ##{@post.id}") %>
|
||||
<% end %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user