Update
This commit is contained in:
parent
5a12737da8
commit
3a102e4ae6
3 changed files with 6 additions and 6 deletions
|
@ -1 +1 @@
|
|||
<footer class="footer"><span>2021 - Revuo Monero</span></footer>
|
||||
<footer class="footer"><span>2022 - Revuo Monero.</span></footer>
|
|
@ -11,15 +11,15 @@
|
|||
<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://localmonero.co/revuo/weekly/" }}" />
|
||||
<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://localmonero.co/revuo/periodical/" }}" />
|
||||
<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://localmonero.co/revuo" }}" />
|
||||
<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="Revuo Monero - {{page.title}}">
|
||||
<meta name="twitter:image" content="https://revuo-monero.com{{ page.image }}">
|
||||
<meta name="twitter:image" content="https://revuo-xmr.com/{{ page.image }}">
|
||||
|
||||
<!-- CSS & fonts -->
|
||||
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl | replace: '//', '/' }}">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<footer>
|
||||
|
||||
<a href="https://ww.getmonero.org/" target="_blank"><span>Monero Website</span></a>
|
||||
<a href="https://www.getmonero.org/" target="_blank"><span>Monero Website</span></a>
|
||||
|
||||
</footer>
|
Loading…
Reference in a new issue