We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0425895 commit 0c7cf03Copy full SHA for 0c7cf03
_layouts/home.html
@@ -23,6 +23,9 @@ <h2>
23
</a>
24
</h2>
25
<span class="post-meta">{{ post.date | date: date_format }}</span>
26
+ {%- if jekyll.environment == "production" and site.disqus -%}
27
+ • <span class="post-meta disqus-comment-count" data-disqus-url="{{ post.url | absolute_url }}"></span>
28
+ {%- endif -%}
29
{%- if post.show_excerpts != false -%}
30
<div class="post-excerpt">{{ post.excerpt | strip_html }}</div>
31
{%- endif -%}
@@ -49,5 +52,8 @@ <h2>
49
52
{%- endif %}
50
53
51
54
-
55
+
56
57
+ <script id="dsq-count-scr" src="//{{ site.disqus }}.disqus.com/count.js" async></script>
58
59
</div>
0 commit comments