Remove favorites meta tag

Remove the favorites meta tag due to privacy concerns and the fact that it's no longer required.
This commit is contained in:
Moebius-Strip
2018-05-06 09:48:51 -04:00
committed by Albert Yi
parent 68e48e3b81
commit fee9acc8a7

View File

@@ -155,7 +155,6 @@
<% content_for(:html_header) do %>
<meta name="description" content="<%= @post.presenter.humanized_tag_string %>">
<meta name="tags" content="<%= @post.tag_string %>">
<meta name="favorites" content="<%= @post.fav_string %>">
<meta name="pools" content="<%= @post.pool_string %>">
<meta name="post-id" content="<%= @post.id %>">
<% if CurrentUser.can_approve_posts? %>