mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2024-11-05 20:07:39 +00:00
32 lines
2.1 KiB
HTML
32 lines
2.1 KiB
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">
|
|
<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">
|
|
{% if page.path contains '_posts' %}
|
|
<link rel="canonical" href="{{ page.issuenumber | replace:'index.html','' | prepend: "https://revuo-xmr.com/" }}" />
|
|
{%elsif page.periodical == "yes"%}
|
|
<link rel="canonical" href="{{ page.issuenumber | replace:'index.html','' | prepend: "https://revuo-xmr.com/periodicals/" }}" />
|
|
{%else%}
|
|
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: "https://revuo-xmr.com/" }}" />
|
|
{%endif%}
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:title" content="{%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}">
|
|
<meta name="twitter:image" content="{% if page.path contains '_posts' %}https://revuo-xmr.com{{ page.image }}{% else %}https://revuo-xmr.com/img/revuo-monero.png{% endif %}">
|
|
<meta property="og:site_name" content="{{ site.title }}" />
|
|
<meta property="og:title" content="{%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}" />
|
|
<meta property="og:image" content="{% if page.path contains '_posts' %}https://revuo-xmr.com{{ page.image }}{% else %}https://revuo-xmr.com/img/revuo-monero.png{% endif %}" />
|
|
|
|
<!-- CSS & fonts -->
|
|
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl | replace: '//', '/' }}">
|
|
|
|
<!-- RSS -->
|
|
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="ATOM Feed" />
|
|
</head>
|