website/layouts/partials/openring.html
2024-11-10 01:19:32 +00:00

67 lines
2.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<section class="webring">
<h3>Posts from other places I follow</h3>
<section class="articles">
<div class="webring__article">
<p class="webring__title">
<a href="https://blog.mozilla.org/en/products/firefox/firefox-features-fan-favorites/" target="_blank" rel="noopener">We asked why you love Firefox. Heres what you said.</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://blog.mozilla.org/en/">The Mozilla Blog</a>
</small>
<small class="webring__date">- <date datetime="2024-11-08 02:08:28 &#43;0000 &#43;0000">2024-11-08</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://this-week-in-rust.org/blog/2024/11/06/this-week-in-rust-572/" target="_blank" rel="noopener">This Week in Rust 572</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://this-week-in-rust.org/">This Week in Rust</a>
</small>
<small class="webring__date">- <date datetime="2024-11-06 00:00:00 -0500 -0500">2024-11-06</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://krita.org/en/posts/2024/5.6.2-android-warning/" target="_blank" rel="noopener">Warning: Krita 5.2.6 beta on Android is currently broken</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://krita.org/en/">Krita</a>
</small>
<small class="webring__date">- <date datetime="2024-11-05 00:00:00 &#43;0000 &#43;0000">2024-11-05</date></small>
</span>
</div>
</section>
<p class="webring__attribution">
Generated by
<a href="https://git.sr.ht/~sircmpwn/openring">openring</a>
</p>
</section>
<style>
.webring .articles {
margin: -0.5rem;
}
.webring__title {
margin: 0;
}
.webring__article {
margin: 0.5rem;
padding: 0.5rem;
background: var(--base01);
}
.webring__attribution {
text-align: right;
font-size: 0.8rem;
}
</style>