home: latest panel reads the last 3 commits from git
This commit is contained in:
parent
b3bcf67ee0
commit
4b700e280c
3 changed files with 123 additions and 11 deletions
|
|
@ -50,15 +50,14 @@
|
|||
<section class="wrap latest">
|
||||
<h2>Latest</h2>
|
||||
<ul class="news">
|
||||
{% for c in commits %}
|
||||
<li>
|
||||
<span class="news-date">Aug 2026</span>
|
||||
<div><a href="https://git.devtronic.pro/echo/echoIRCd"><b>echoIRCd 5.0</b></a> — SASL <b>ECDSA-NIST256P-CHALLENGE</b>, post-quantum TLS 1.3, the operator privilege model, and a native anti-abuse engine.</div>
|
||||
</li>
|
||||
<li>
|
||||
<span class="news-date">Aug 2026</span>
|
||||
<div><a href="https://git.devtronic.pro/echo/echo"><b>echo services</b></a> — key-based login (<code>SET PUBKEY</code>), event-sourced accounts, and SASL relayed over the server link.</div>
|
||||
<span class="news-date">{{ c.date }}</span>
|
||||
<div><a href="{{ c.url }}"><code>{{ c.short }}</code></a> — {{ c.subject }}</div>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<p class="h-center more"><a href="/docs/changelog">Full changelog →</a></p>
|
||||
</section>
|
||||
|
||||
<section class="ctaband">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue