Skip to content

Commit

Permalink
fixes #2935: Eliminate the og:description meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
r888888888 committed Mar 27, 2017
1 parent 7e40f93 commit dd4a70c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/views/posts/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@
<meta name="post-has-embedded-notes" content="<%= @post.has_embedded_notes? %>">
<meta name="always-resize-images" content="<%= CurrentUser.user.always_resize_images? %>">
<meta property="og:title" content="<%= @post.presenter.humanized_essential_tag_string %> - <%= Danbooru.config.app_name %>">
<meta property="og:description" content="<%= @post.presenter.humanized_tag_string %>">
<meta property="og:image" content="http://<%= Danbooru.config.hostname %><%= @post.large_file_url %>">

<% if Danbooru.config.enable_post_search_counts %>
Expand Down

0 comments on commit dd4a70c

Please sign in to comment.