commit
ea2c076f4f
1 changed files with 15 additions and 12 deletions
|
@ -6,14 +6,13 @@
|
||||||
<title>{%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
|
<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="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 name="keywords" content="monero, xmr, bitmonero, cryptocurrency">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/revuo-icon_1.png">
|
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon_1.png">
|
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32_1.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32_1.png">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16_1.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16_1.png">
|
||||||
<meta name="application-name" content="Revuo Monero"/>
|
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon_1.png">
|
||||||
|
<meta name="application-name" content="{%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}"/>
|
||||||
<meta name="msapplication-TileColor" content="#ffffff" />
|
<meta name="msapplication-TileColor" content="#ffffff" />
|
||||||
<meta name="theme-color" content="#193e4c">
|
<meta name="theme-color" content="#193e4c">
|
||||||
<meta name="apple-mobile-web-app-title" content="Revuo Monero">
|
<meta name="apple-mobile-web-app-title" content="{%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}">
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="#193e4c">
|
<meta name="apple-mobile-web-app-status-bar-style" content="#193e4c">
|
||||||
|
|
||||||
{% if page.path contains '_posts' %}
|
{% if page.path contains '_posts' %}
|
||||||
|
@ -106,5 +105,9 @@
|
||||||
height: 50px;
|
height: 50px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.color-grey {
|
||||||
|
color: var(--license-color);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in a new issue