From 30b47dcb8244795f16b1938210d8c694ded77885 Mon Sep 17 00:00:00 2001 From: Diego Salazar Date: Mon, 18 Nov 2019 22:29:40 -0700 Subject: [PATCH] Fixed the canonical link - Removed SEO plugin - Removed SEO tag from head - Added custom liquid nonsense to make this work --- _config.yml | 1 - _includes/head.html | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index e6ec26b..630cd2b 100644 --- a/_config.yml +++ b/_config.yml @@ -25,7 +25,6 @@ defaults: plugins: - jekyll-paginate - jekyll-feed - - jekyll-seo-tag # Custom variables version: "1.1.0" diff --git a/_includes/head.html b/_includes/head.html index 37d5c9e..62c84b1 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -3,7 +3,6 @@ - {%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} @@ -11,7 +10,7 @@ - + @@ -19,5 +18,4 @@ - {% seo %}