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

@@ -18,13 +18,6 @@
<%= render "posts/partials/show/information", :post => @post %>
</section>
<% if Danbooru.config.addthis_key.present? %>
<section id="post-share">
<h1>Share</h1>
<%= render "posts/partials/show/share", post: @post %>
</section>
<% end %>
<section id="post-options">
<h1>Options</h1>
<%= render "posts/partials/show/options", :post => @post %>