We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d539d commit b134897Copy full SHA for b134897
_includes/disqus.html
@@ -1,9 +1,9 @@
1
<div id="disqus_thread"></div>
2
<script>
3
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 }}';
+ this.page.url = '{{ site.url }}{{ page.url }}';
+ this.page.identifier = '{{ page.id }}';
+ this.page.title = '{{ page.title }}';
7
};
8
9
(function() { // REQUIRED CONFIGURATION VARIABLE: EDIT THE SHORTNAME BELOW
0 commit comments