Skip to content

Commit 6b512a1

Browse files
authored
Minimal fixes for Disqus (#775)
Merge pull request 775
1 parent 62d256e commit 6b512a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/disqus_comments.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div id="disqus_thread"></div>
44
<script>
55
var disqus_config = function () {
6-
this.page.url = '{{ page.url | absolute_url }}';
6+
this.page.url = '{{ absolute_url }}';
77
this.page.identifier = '{{ page.url | absolute_url }}';
88
};
99

0 commit comments

Comments
 (0)