diff --git a/_config.yml b/_config.yml index e6ec26b82c012b0fcbe046641b75265b097a8361..630cd2be15ec0dbadaffa334a2c92e066a45166c 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 37d5c9ea350e39350599050c080738b95f246597..62c84b1d1d040df6f984e5d9c71d0662945d724d 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>