Skip to content

Commit

Permalink
Revert back to Disqus
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetcecen committed Sep 2, 2015
1 parent 97a1456 commit ae8bc61
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ baseurl: "/project-pages"
url: "http://matin-hub.github.io"
github_username: matin-hub
project_repository: project-pages
disqus_shortname: project-pages

# Build settings
# Don't change these variables
Expand Down
27 changes: 13 additions & 14 deletions _includes/_comments.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<script src="https://apis.google.com/js/plusone.js"></script>

<table align="center">
<tr>
<td>
<div style="margin-left: 20%; margin-right: 20%; float: none; line-height: normal; font-size: 1px; vertical-align: baseline; height: 600px;" class="g-comments"
data-href="{{ page.url | prepend: site.baseurl | prepend: site.url }}"
data-width="600"
data-first_party_property="BLOGGER"
data-view_type="FILTERED_POSTMOD">
</div>
</td>
</tr>
</table>
<div id="disqus_thread" class="container" style="padding-right: 50px;padding-left: 50px;"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES * * */
var disqus_shortname = '{{ site.disqus_shortname }}';

/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>

0 comments on commit ae8bc61

Please sign in to comment.