mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2025-06-24 06:44:09 -04:00
Revert "Revert "Revert "code optimization"""
This commit is contained in:
parent
5bdc88574c
commit
3f1809bfeb
26 changed files with 565 additions and 1159 deletions
|
@ -1,4 +1,9 @@
|
|||
<footer class="footer">
|
||||
<span>2023 - Revuo Monero.</span></br>
|
||||
<span><a class="color-grey" href="https://revuo-xmr.com/source/">Source Code & Licenses</a>.</span>
|
||||
<style>
|
||||
a.color-grey {
|
||||
color: var(--license-color);
|
||||
}
|
||||
</style>
|
||||
<span>2023 - Revuo Monero.</br>
|
||||
<a class="color-grey" href="https://revuo-xmr.com/source/" target="_blank">Source Code & Licenses</a>.</span>
|
||||
</footer>
|
||||
|
|
|
@ -6,26 +6,23 @@
|
|||
<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">
|
||||
<meta name="application-name" content="{%if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}"/>
|
||||
<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="#2f3136">
|
||||
<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="16x16" href="/img/favicon-16x16_1.png">
|
||||
<meta name="application-name" content="Revuo Monero"/>
|
||||
<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-status-bar-style" content="#193e4c">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/icons/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/icons/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="/img/icons/android-chrome-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/img/icons/favicon-16x16.png">
|
||||
<link rel="manifest" href="/img/icons/site.webmanifest">
|
||||
<link rel="mask-icon" href="/img/icons/safari-pinned-tab.svg" color="#d56f2a">
|
||||
<meta name="msapplication-TileColor" content="#d56f2a">
|
||||
<meta name="theme-color" content="#2f3136">
|
||||
|
||||
{% 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 %}">
|
||||
|
@ -109,9 +106,5 @@
|
|||
height: 50px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
a.color-grey {
|
||||
color: var(--license-color);
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
|
|
@ -8,12 +8,12 @@
|
|||
</div>
|
||||
|
||||
<a href="{{ site.baseurl }}">
|
||||
<img class="logo" src="{{ "/img/revuo-monero-logo-shrunk.png" | prepend: site.baseurl | replace: '//', '/' }}" alt="Revuo Monero Logo">
|
||||
<img class="logo" src="{{ "/img/revuo-monero-logo.png" | prepend: site.baseurl | replace: '//', '/' }}" alt="Revuo Monero Logo">
|
||||
</a>
|
||||
|
||||
<div class="action-container action-container--right">
|
||||
<a class="icon" href="https://revuo-xmr.com/support/"><img src="/img/icons/monero-color.svg" alt="Donate" title="Support" /></a>
|
||||
<a class="icon" href="/atom.xml" target="_blank"><img src="/img/icons/rss-color.svg" alt="ATOM Feed" title="ATOM Feed" /></a>
|
||||
<a class="icon" href="https://revuo-xmr.com/support/"><img src="/img/donate.png" alt="Donate" title="Support" /></a>
|
||||
<a class="icon" href="/atom.xml" target="_blank"><img src="/img/rss_1.png" alt="ATOM Feed" title="ATOM Feed" /></a>
|
||||
</div>
|
||||
|
||||
<div class="revuo-classes">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue