posts: remove AddThis widget.

AddThis apparently pulls in a script from z.moatads.com now. Fuck that.
This commit is contained in:
evazion
2020-04-23 13:28:04 -05:00
parent 18685ae5ae
commit 35824c9e45
7 changed files with 0 additions and 43 deletions

View File

@@ -10,13 +10,6 @@
<%= @post_set.presenter.tag_list_html(current_query: params[:tags], show_extra_links: policy(Post).show_extra_links?) %>
</section>
<% if Danbooru.config.addthis_key.present? %>
<section id="post-share">
<h1>Share</h1>
<%= render "posts/partials/index/share" %>
</section>
<% end %>
<%= render "posts/partials/index/options" %>
<%= render "posts/partials/index/related", post_set: @post_set %>