Skip to content

Commit

Permalink
Remove incorrect use of category_id
Browse files Browse the repository at this point in the history
  • Loading branch information
rcvalle committed Oct 27, 2020
1 parent 27f5d36 commit 849f225
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _includes/disqus.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
this.page.url = '{{ page.url | absolute_url }}';
this.page.identifier = '{{ page.url | relative_url }}';
this.page.title = '{{ page.title }}';
this.page.category_id = '{{ page.categories.first | capitalize }}';
};
(function() {
var d = document, s = d.createElement('script');
Expand Down

0 comments on commit 849f225

Please sign in to comment.