Skip to content

Commit 6ebe6be

Browse files
authored
Add correct disqus shortname in the _config.yml
I have created a site at disqus.com with the shortname 'coderolls'. In this commit, I have added the same shortage in the _config.yml file.
1 parent ab9d13d commit 6ebe6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ logo: 'assets/images/logo.png'
66
favicon: 'assets/images/logo.png'
77
baseurl: ''
88
google_analytics: 'UA-12293213-1'
9-
disqus: 'gauravkukade'
9+
disqus: 'coderolls'
1010
mailchimp-list: 'https://coderolls.us4.list-manage.com/subscribe/post?u=91e4893f731db2a4807928752&id=76d82df79a'
1111
include: ["_pages"]
1212
permalink: /:title/

0 commit comments

Comments
 (0)