mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2024-11-05 20:07:39 +00:00
20 lines
899 B
HTML
20 lines
899 B
HTML
|
<head>
|
||
|
<!-- Meta -->
|
||
|
<meta charset="UTF-8"/>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||
|
<meta name="generator" content="Jekyll">
|
||
|
|
||
|
<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">
|
||
|
<link rel="icon" type="image/png" sizes="32x32" href="/img/revuo-icon.png">
|
||
|
|
||
|
<!-- CSS & fonts -->
|
||
|
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl | replace: '//', '/' }}">
|
||
|
<link href='https://fonts.googleapis.com/css?family=PT+Sans:400,700|PT+Serif:400,700' rel='stylesheet' type='text/css'>
|
||
|
|
||
|
<!-- RSS -->
|
||
|
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="ATOM Feed" />
|
||
|
|
||
|
</head>
|