website/layouts/partials/openring.html
2023-09-17 01:04:32 +00:00

78 lines
2.5 KiB
HTML

<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://protesilaos.com/codelog/2023-08-12-pulsar-1-0-0/" target="_blank" rel="noopener">Emacs: pulsar version 1.0.0</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://protesilaos.com/codelog">Protesilaos Stavrou: Coding blog</a>
</small>
<small class="webring__date">- <date datetime="2023-08-12 00:00:00 &#43;0000 &#43;0000">2023-08-12</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://wingolog.org/archives/2023/08/08/a-negative-result" target="_blank" rel="noopener">a negative result</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://wingolog.org/">wingolog</a>
</small>
<small class="webring__date">- <date datetime="2023-08-08 09:03:25 &#43;0000 UTC">2023-08-08</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="http://www.bay12games.com/dwarves/index.html#R2023-06-28" target="_blank" rel="noopener">2023-06-28: DF 50.09 Released</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="http://www.bay12games.com/dwarves/index.html">Dwarf Fortress Release Log</a>
</small>
<small class="webring__date">- <date datetime="2023-06-28 09:00:00 &#43;0000 PDT">2023-06-28</date></small>
</span>
</div>
<div class="webring__article">
<p class="webring__title">
<a href="https://distill.pub/2021/understanding-gnns" target="_blank" rel="noopener">Understanding Convolutions on Graphs</a>
</p>
<span class="webring__metadata">
<small class="webring__source">
via <a href="https://distill.pub">Distill</a>
</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>