fixes #3237
This commit is contained in:
@@ -162,7 +162,10 @@
|
||||
<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:image" content="http://<%= Danbooru.config.hostname %><%= @post.large_file_url %>">
|
||||
|
||||
<% if @post.visible? %>
|
||||
<meta property="og:image" content="http://<%= Danbooru.config.hostname %><%= @post.large_file_url %>">
|
||||
<% end %>
|
||||
|
||||
<% if Danbooru.config.enable_post_search_counts %>
|
||||
<meta name="report-server" content="<%= Danbooru.config.reportbooru_server %>">
|
||||
|
||||
Reference in New Issue
Block a user