Skip to content

Commit

Permalink
Update post.hbs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kchan Zen committed Mar 18, 2015
1 parent 6a6febf commit 97279b8
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions post.hbs
Expand Up @@ -38,25 +38,6 @@
</footer>

</article>
<section class="comments">
<div class="container">
{{! Using Disqus or Duoshuo? Whatever you like }}
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'githunt'; // required: replace example with your forum 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="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</div>
</section>
</main>

{{/post}}

0 comments on commit 97279b8

Please sign in to comment.