Skip to content

Commit 9b6b6da

Browse files
committed
Change page canonical URL variable to lambda.mg
1 parent 0da3c27 commit 9b6b6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/post.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1 class="post-title">{{ page.title }}</h1>
1616
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables
1717
*/
1818
var disqus_config = function () {
19-
this.page.url = "http://puchka.github.io{{ page.url }}"; // Replace PAGE_URL with your page's canonical URL variable
19+
this.page.url = "http://lambda.mg{{ page.url }}"; // Replace PAGE_URL with your page's canonical URL variable
2020
this.page.identifier = "{{ page.url }}"; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
2121
};
2222
(function() { // DON'T EDIT BELOW THIS LINE

0 commit comments

Comments
 (0)