Skip to content

Commit

Permalink
Update post.html (#177)
Browse files Browse the repository at this point in the history
Co-authored-by: Junwon Choi <[email protected]>
  • Loading branch information
lmcglynn and cjunwon authored Oct 24, 2023
1 parent 9cdf9e1 commit 148d31a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h3>{{ author.name }}</h3>
</section>
{% endif %}

<!-- Disqus comments -->
<!-- Disqus comments
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES * * */
Expand All @@ -111,6 +111,6 @@ <h3>{{ author.name }}</h3>
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
</script> -->

</div>

0 comments on commit 148d31a

Please sign in to comment.