Merge pull request #39 from sausagenoods/master

Add Itoopie and Digilol logos, fix RSS paths
pull/40/head
rottenwheel 4 weeks ago committed by GitHub
commit 9adf002185
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -8,17 +8,33 @@
}
.footer-icons {
display: inline;
width: 1rem;
height: 1rem;
vertical-align: middle;
margin-bottom: 0;
border-radius: 0;
}
.footer-sponsor, .footer-sponsor:hover, .footer-sponsor:focus {
border-bottom: none;
text-decoration: none;
}
.footer-sponsor img {
display: inline;
height: 1.3rem;
vertical-align: middle;
margin-bottom: 0;
border-radius: 0;
}
</style>
<span>2023 - Revuo Monero.</br>
<a class="color-grey" href="https://revuo-xmr.com/source/" target="_blank">Source Code & Licenses</a>.</span>
<span>2023 - Revuo Monero</br>
<a class="color-grey" href="https://revuo-xmr.com/source/" target="_blank">Source Code & Licenses</a></span>
<p class="footer-links-section" align="center">
<a class="footer-links" href="https://revuo-xmr.com/">Clearnet</a>
|
<img class="footer-icons" src="/img/onion-tor.avif">
<a class="footer-links" href="http://revuo75joezkbeitqmas4ab6spbrkr4vzbhjmeuv75ovrfqfp47mtjid.onion/">Onion</a>.
<img class="footer-icons" src="/img/tor.png">
<a class="footer-links" href="http://revuo75joezkbeitqmas4ab6spbrkr4vzbhjmeuv75ovrfqfp47mtjid.onion/">Onion</a>
|
<img class="footer-icons" src="/img/itoopie.png">
<a class="footer-links" title="http://revuo-xmr.i2p" href="http://qve7i3ke5h2mbbyphd7agmh5awzcwulvrvghjvhndkagdbi4mkcq.b32.i2p/">I2P</a>
</p>
Sponsored by <a class="footer-sponsor" href="https://www.digilol.net" target="_blank"><img src="/img/digilol.png"></a>
</footer>

@ -374,7 +374,7 @@ footer {
#wrap {
min-height: 100%;
position: relative;
padding-bottom: 105px;
padding-bottom: 140px;
}
.footer {
@ -385,4 +385,4 @@ footer {
position: absolute;
width: 100%;
bottom: 0;
}
}

@ -6,8 +6,8 @@ layout: null
<feed xmlns="http://www.w3.org/2005/Atom">
<title>{{ site.title }}</title>
<link href="{{ site.url }}/atom.xml" rel="self"/>
<id>{{ site.url }}</id>
<link href="{{ site.baseurl }}/atom.xml" rel="self"/>
<id>{{ site.baseurl }}</id>
<updated>{{ site.time | date_to_xmlschema }}</updated>
<author>
<name>{{ site.author.name }}</name>
@ -19,14 +19,14 @@ layout: null
<entry>
<title>{{ post.title }}</title>
<link href="{{ site.url }}{{ post.url }}.html"/>
<id>{{ site.url }}{{ post.id }}</id>
<link href="{{ site.baseurl }}{{ post.url }}.html"/>
<id>{{ site.baseurl }}{{ post.id }}</id>
<updated>{{ post.date | date_to_xmlschema }}</updated>
<content type="html">{{ post.content | xml_escape | truncatewords:50 }}</content>
{% assign post_image = post.image.path | default: post.image %}
{% if post_image %}
{% unless post_image contains "://" %}
{% assign post_image = post_image | absolute_url %}
{% assign post_image = post_image | prepend: site.baseurl %}
{% endunless %}
<media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="{{ post_image | xml_escape }}" />
<media:content medium="image" url="{{ post_image | xml_escape }}" xmlns:media="http://search.yahoo.com/mrss/" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 699 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Loading…
Cancel
Save