Skip to content

Commit

Permalink
Minor fix in the disqus username
Browse files Browse the repository at this point in the history
  • Loading branch information
biomadeira committed Dec 6, 2017
1 parent 30eb960 commit ec510fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ facebook: ghost # replace by your username

# Disqus
disqus: False
disqus_name: myjekyll # replace with your disqus username
disqus_shortname: myjekyll # replace with your disqus username

# Google Analytics
google_analytics: UA-69281367-1 # replace with your GA tracking identifier
Expand Down
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h4 class="author-card-name"><a href="{{ site.baseurl }}author/{{ page.author }}
};
(function() {
var d = document, s = d.createElement('script');
s.src = 'https://{{ site.disqus_name }}.disqus.com/embed.js';
s.src = 'https://{{ site.disqus_shortname }}.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
Expand Down

0 comments on commit ec510fa

Please sign in to comment.