Add twitter card - changes in head.html
This commit is contained in:
parent
d3ef6652da
commit
9bd1e48e1f
2 changed files with 4 additions and 2 deletions
|
@ -9,9 +9,9 @@
|
|||
<meta name="keywords" content="monero, xmr, bitmonero, cryptocurrency">
|
||||
|
||||
<meta name=”twitter:card” content=”summary_large_image”>
|
||||
<meta property="og:title" content="Revuo Monero"/>
|
||||
<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="http://revuo-monero.com/img/rm-icon.jpg">
|
||||
<meta property="og:image" content="{{page.img}}">
|
||||
<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">
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
layout: default
|
||||
title: Revuo Monero
|
||||
img: "/img/revuo-monero-logo.png"
|
||||
---
|
||||
<!-- Posts -->
|
||||
<ul id="posts">
|
||||
|
|
Loading…
Reference in a new issue