From 514e84831ca2d9bce27c2a209b67fce26b5c52e8 Mon Sep 17 00:00:00 2001 From: Frederic Hemberger Date: Fri, 21 Oct 2011 14:04:34 +0200 Subject: [PATCH] Use canonical URL for Disqus, fixes #236 --- .themes/classic/source/_includes/disqus.html | 5 ++--- .themes/classic/source/_includes/head.html | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.themes/classic/source/_includes/disqus.html b/.themes/classic/source/_includes/disqus.html index a58512b..b4ee5c6 100644 --- a/.themes/classic/source/_includes/disqus.html +++ b/.themes/classic/source/_includes/disqus.html @@ -1,13 +1,12 @@ {% comment %} Load script if disquss comments are enabled and `page.comments` is either empty (index) or set to true {% endcomment %} {% if site.disqus_short_name and page.comments != false %}