From 30b47dcb8244795f16b1938210d8c694ded77885 Mon Sep 17 00:00:00 2001
From: Diego Salazar <rehrar@tuta.io>
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 @@
 	<meta charset="UTF-8"/>
 	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
 	<meta name="generator" content="Jekyll">
-    <link rel="canonical" href="https://localmonero.co/revuo" />
 	<title>{%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
 	<meta name="description" content="Revuo Monero is a weekly newsletter where you can find find the most recent Monero news.">
 	<meta name="keywords" content="monero, xmr, bitmonero, cryptocurrency">
@@ -11,7 +10,7 @@
 	<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
     <link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
     <link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png">
-
+    <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: "https://localmonero.co/revuo" }}" />
 
 	<!-- CSS & fonts -->
 	<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl | replace: '//', '/' }}">
@@ -19,5 +18,4 @@
 
 	<!-- RSS -->
 	<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="ATOM Feed" />
-	{% seo %}
 </head>
-- 
GitLab