aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2015-03-01 16:20:48 -0500
committerGravatar Barry Clark <barry@barryclark.co> 2015-03-01 16:20:48 -0500
commit2f7f1cdf18d06def787d7c200abd1292b8af7c42 (patch)
tree8cf5af2bfe90d22d812550327180cbd84f14206f
parent4509de35936a1a94598d1cc0652bcea572c01c6d (diff)
parent0bc17300eed855d20a7e3f5b33e5a4f34b4607f8 (diff)
downloadkompetenzbolzen.github.io-2f7f1cdf18d06def787d7c200abd1292b8af7c42.tar.gz
Merge pull request #126 from daattali/patch-1
disqus_identifier param is not used
-rw-r--r--_layouts/post.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index a84a4fe..d27c480 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -13,5 +13,5 @@ layout: default
Written on {{ page.date | date: "%B %e, %Y" }}
</div>
- {% include disqus.html disqus_identifier=page.disqus_identifier %}
-</article> \ No newline at end of file
+ {% include disqus.html %}
+</article>