Fixed the canonical link

- Removed SEO plugin
- Removed SEO tag from head
- Added custom liquid nonsense to make this work
pull/1/head
Diego Salazar 5 years ago
parent 5164197e27
commit 30b47dcb82

@ -25,7 +25,6 @@ defaults:
plugins:
- jekyll-paginate
- jekyll-feed
- jekyll-seo-tag
# Custom variables
version: "1.1.0"

@ -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>

Loading…
Cancel
Save