We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da3c27 commit 9b6b6daCopy full SHA for 9b6b6da
_layouts/post.html
@@ -16,7 +16,7 @@ <h1 class="post-title">{{ page.title }}</h1>
16
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables
17
*/
18
var disqus_config = function () {
19
- this.page.url = "http://puchka.github.io{{ page.url }}"; // Replace PAGE_URL with your page's canonical URL variable
+ this.page.url = "http://lambda.mg{{ page.url }}"; // Replace PAGE_URL with your page's canonical URL variable
20
this.page.identifier = "{{ page.url }}"; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
21
};
22
(function() { // DON'T EDIT BELOW THIS LINE
0 commit comments