diff --git a/_includes/head.html b/_includes/head.html
index 86807bb033a9574e16e4ce57ebb7f6e6096e0801..bf7ec53c44254c8aff54aef64c0bec2ff0ba8f38 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -11,7 +11,7 @@
 	<meta name=”twitter:card” content=”summary_large_image”>
 	<meta property="og:title" content="{{page.title}}"/>
     <meta property="og:description" content="Revuo Monero is a weekly newsletter where you can find find the most recent Monero news.">
-    <meta property="og:image" content="https://revuo-monero.com/img/rm-icon.jpg">
+    <meta property="og:image" content="{{site.url}}{{page.image}}">
     <meta property="og:site_name" content="revuo-monero.com, Revuo Monero">
     <meta property="og:url" content="https://revuo-monero.com">
     <meta property="og:type" content="website">
@@ -19,9 +19,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">
-    <meta property="twitter:description" content="Revuo Monero is a weekly newsletter where you can find find the most recent Monero news.">
     <meta name=”twitter:title” content="{{page.title}}">
-    <meta name=”twitter:image” content="{{site.url}}{{page.image}}">
 
 	<!-- CSS & fonts -->
 	<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl | replace: '//', '/' }}">
@@ -29,5 +27,4 @@
 
 	<!-- RSS -->
 	<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="ATOM Feed" />
-{% seo %}
 </head>
diff --git a/index.html b/index.html
index dc1169ef74c6ad499e3803b7a2ee5b0a179d8a65..765fd94571d181470e402b1f1affc1e530cf7362 100644
--- a/index.html
+++ b/index.html
@@ -1,7 +1,7 @@
 ---
 layout: default
 title: Revuo Monero
-img: "/img/revuo-monero-logo.png"
+image: "/img/revuo-monero-logo.png"
 ---
 <!-- Posts -->
 <ul id="posts">