Skip to content

Commit b134897

Browse files
authored
Update disqus.html
1 parent f7d539d commit b134897

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/disqus.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<div id="disqus_thread"></div>
22
<script>
33
var disqus_config = function () {
4-
this.page.url = '{{ page.url | absolute_url }}';
5-
this.page.identifier = '{{ page.url | absolute_url }}';
6-
this.page.title = '{{ site.title | escape }}';
4+
this.page.url = '{{ site.url }}{{ page.url }}';
5+
this.page.identifier = '{{ page.id }}';
6+
this.page.title = '{{ page.title }}';
77
};
88

99
(function() { // REQUIRED CONFIGURATION VARIABLE: EDIT THE SHORTNAME BELOW

0 commit comments

Comments
 (0)