summaryrefslogtreecommitdiff
path: root/_site_build/_includes/post_excerpt.html
diff options
context:
space:
mode:
authordavidtsadler <davidtsadler@googlemail.com>2012-02-29 22:56:44 +0000
committerdavidtsadler <davidtsadler@googlemail.com>2012-02-29 22:56:44 +0000
commita0026c06058f564a021d66e47717cbbaf0069fa0 (patch)
tree30edcd9ab366f3aadf077b3874333be23aa1d3aa /_site_build/_includes/post_excerpt.html
parentee90bb9df8dd5f9510ad0e33be40247ec793da99 (diff)
parent61ee181397d5ba77127f8f12891a3b512a74b586 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to '_site_build/_includes/post_excerpt.html')
-rw-r--r--_site_build/_includes/post_excerpt.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_site_build/_includes/post_excerpt.html b/_site_build/_includes/post_excerpt.html
index 9578551..da5225f 100644
--- a/_site_build/_includes/post_excerpt.html
+++ b/_site_build/_includes/post_excerpt.html
@@ -6,7 +6,7 @@
<span class="categories"> | Posted in {{ post.categories | category_links }}</span>
{% endif %}
{% if post.comments and site.disqus_shortname %}
- <span class="comment-count"> | <a href="{{ page.url }}#disqus_thread" data-disqus-identifier="{{ page.url }}">Comments</a></span>
+ <span class="comment-count"> | <a href="{{ post.url }}#disqus_thread" data-disqus-identifier="{{ post.url }}">Comments</a></span>
{% endif %}
</header>
{{ post.content | truncate }}