Skip to content

Commit 4e5a1ce

Browse files
committed
...
1 parent c921ddd commit 4e5a1ce

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

_layouts/post.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,20 @@
44

55
<article class="post">
66
<h1>{{ page.title }}</h1>
7+
8+
79
<div id="disqus_thread"></div>
10+
811
<script type="text/javascript">
9-
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
10-
var disqus_shortname = '3pointer'; // required: replace example with your forum shortname
12+
var disqus_shortname = '3pointer';
1113

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

2123
<div class="entry">
@@ -26,6 +28,7 @@ <h1>{{ page.title }}</h1>
2628
Written on {{ page.date | date: "%B %e, %Y" }}
2729
</div>
2830

31+
2932
{% include disqus.html disqus_identifier=page.disqus_identifier %}
3033
</article>
3134

0 commit comments

Comments
 (0)