Update blog.html

blog index - add seed article card
This commit is contained in:
2026-08-03 12:19:12 +00:00
parent b97ca5005b
commit 62aa69e816

View File

@@ -192,6 +192,22 @@ footer .built{font-size:13px;color:var(--muted);margin-top:8px}
Article entries are added here newest-first. Each entry needs: thumbnail, Article entries are added here newest-first. Each entry needs: thumbnail,
date (machine-readable in the datetime attribute), title, standfirst. date (machine-readable in the datetime attribute), title, standfirst.
--> -->
<article class="post-card">
<a href="blog/it-all-starts-with-the-seed.html" aria-hidden="true" tabindex="-1">
<img src="blog/img/seed-cover.png" width="1600" height="900" loading="lazy"
alt="">
</a>
<div class="body">
<time class="date" datetime="2026-08-03">3 August 2026</time>
<h2><a href="blog/it-all-starts-with-the-seed.html">It all starts with the seed</a></h2>
<p>A weak-entropy flaw let attackers sweep over 1,000 BTC from dormant
wallets in forty minutes — from open-source firmware that had been public
for years. Everything in Bitcoin grows from the seed, and that is why we
built on Electrum instead of reinventing the wallet.</p>
<a class="more" href="blog/it-all-starts-with-the-seed.html">Read the article →</a>
</div>
</article>
<article class="post-card"> <article class="post-card">
<a href="blog/inheritance-when-trust-fails.html" aria-hidden="true" tabindex="-1"> <a href="blog/inheritance-when-trust-fails.html" aria-hidden="true" tabindex="-1">
<img src="blog/img/inheritance-cover.png" width="1600" height="900" loading="lazy" <img src="blog/img/inheritance-cover.png" width="1600" height="900" loading="lazy"