From 849f22587b6d422bb8d1858108655e097a53b563 Mon Sep 17 00:00:00 2001 From: Ramon de C Valle Date: Mon, 26 Oct 2020 21:04:44 -0700 Subject: [PATCH] Remove incorrect use of category_id --- _includes/disqus.html | 1 - 1 file changed, 1 deletion(-) diff --git a/_includes/disqus.html b/_includes/disqus.html index edc4cb0..82ffee2 100644 --- a/_includes/disqus.html +++ b/_includes/disqus.html @@ -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');