mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2024-10-01 04:35:37 -04:00
Add Itoopie and Digilol logos, fix RSS paths
This commit is contained in:
parent
381f502c9d
commit
cae8dcbaa9
@ -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;
|
||||
}
|
||||
}
|
||||
|
10
atom.xml
10
atom.xml
@ -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/" />
|
||||
|
BIN
img/digilol.png
Normal file
BIN
img/digilol.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 699 B |
BIN
img/itoopie.png
Normal file
BIN
img/itoopie.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
BIN
img/tor.png
Normal file
BIN
img/tor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
Loading…
Reference in New Issue
Block a user