Skip to content

Commit

Permalink
Remove duplicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 30, 2016
1 parent aa6416a commit a9b06bb
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions partials/comments.hbs
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/es_ES/sdk.js#xfbml=1&version=v2.4&appId=1704459529784952";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

<div
class="fb-comments"
data-href="{{@blog.url}}/{{slug}}"
data-href="{{url absolute="true"}}"
data-colorscheme="light"
data-numposts="10"
data-width="100%">
Expand Down

0 comments on commit a9b06bb

Please sign in to comment.