did fixes
This commit is contained in:
parent
f78fcd6cb9
commit
b5a5423948
2 changed files with 2 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue