Skip to content

Commit 2f7f1cd

Browse files
committed
Merge pull request barryclark#126 from daattali/patch-1
disqus_identifier param is not used
2 parents 4509de3 + 0bc1730 commit 2f7f1cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/post.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ <h1>{{ page.title }}</h1>
1313
Written on {{ page.date | date: "%B %e, %Y" }}
1414
</div>
1515

16-
{% include disqus.html disqus_identifier=page.disqus_identifier %}
17-
</article>
16+
{% include disqus.html %}
17+
</article>

0 commit comments

Comments
 (0)