Skip to content

Commit f480f84

Browse files
committed
disqus-work
1 parent 6fc92ee commit f480f84

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ bio: 'Community of CS enthusiasts'
44
description: "Community of CS enthusiasts"
55
locale: en_US
66
baseurl: "" # the subpath of your site, e.g. /blog
7-
url: "" # the base hostname & protocol for your site
7+
url: ""
88

99
# Comments
10-
disqus_shortname: default
10+
disqus_shortname: codezonediitj
1111

1212
# Social
1313
analytics-id: "default"

_layouts/post.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<nav id="nav">
2424

2525
{% include nav.html %}
26-
26+
2727
</nav>
2828

2929
<!-- Main -->
@@ -47,7 +47,7 @@ <h1>{{page.title}}</h1>
4747
*/
4848

4949
var disqus_config = function () {
50-
this.page.url = '{{ absolute_url }}{{ page.url }}'; /*Replace PAGE_URL with your page's canonical URL variable*/
50+
this.page.url = 'https://codezonediitj.github.io/'; /*Replace PAGE_URL with your page's canonical URL variable*/
5151
this.page.identifier = '{{ page.url }}'; /*Replace PAGE_IDENTIFIER with your page's unique identifier variable*/
5252
};
5353

0 commit comments

Comments
 (0)