- Added Week 5

- Added Icons
This commit is contained in:
2019-04-25 14:11:53 -06:00
parent d5aee23b64
commit 7bf532ed87
17 changed files with 261 additions and 3 deletions

View file

@ -7,7 +7,17 @@
<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">
<meta property="og:title" content="Revuo Monero: Home"/>
<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/revuo-monero-logo.png">
<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">
<link rel="icon" type="image/png" sizes="32x32" href="/img/revuo-icon.png">
<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">
<!-- CSS & fonts -->
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl | replace: '//', '/' }}">