Update head.html
This commit is contained in:
parent
3be76b137a
commit
1c538dc1d3
1 changed files with 15 additions and 12 deletions
|
@ -6,23 +6,22 @@
|
|||
<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_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="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="16x16" href="/img/favicon-16x16_1.png">
|
||||
<meta name="application-name" content="Revuo Monero"/>
|
||||
<meta name="application-name" content="{%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}"/>
|
||||
<meta name="msapplication-TileColor" content="#ffffff" />
|
||||
<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">
|
||||
|
||||
{% 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%}
|
||||
{% 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 %}">
|
||||
|
@ -106,5 +105,9 @@
|
|||
height: 50px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
a.color-grey {
|
||||
color: var(--license-color);
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue