<ul>
<li>Published: <time datetime="{{ page.date | htmlDateString }}">{{ page.date | htmlDateString }}</time></li>
<li>Description: {{ description }}</li>
- <li>Tags: {{ tags | sort | join(", ") }}</li>
+ <li>Tags: {{ tags | reject("equalto", "articles") | sort | join(", ") }}</li>
</ul>
</details>
{%- endfor %}
</menu>
</address>
- <section>
+ <p>
{% if modified %}
{% set updated = modified %}
{% else %}
{% set updated = date %}
{% endif %}
Last Modified: <time datetime="{{ updated | htmlDateString }}">{{ updated | htmlDateString }}</time>
- </section>
+ </p>
+ <p>All views my own. Not financial advice. Links, citations, and other references are not endorsements.</p>
</footer>
</body>
</html>
\ No newline at end of file
{{ content | safe }}
</section>
-<hgroup>
+<section>
<h2>Articles</h2>
{% set articleslist = collections.articles %}
{% include "articleslist.njk" %}
-</hgroup>
+</section>
-<hgroup>
+<section>
<h2>Contributions</h2>
<ul>
{% for contribution in contributions %}
<li><a href="{{ contribution.url }}">{{ contribution.title }}</a></li>
{% endfor %}
</ul>
-</hgroup>
\ No newline at end of file
+</section>
\ No newline at end of file
<figure>
{% image "./minimum-utxo-value_mempool_vbytes_history.svg", "Historical graph of Bitcoin mempool by vBytes" %}
- <figcaption>Source: <a href="https://mempool.space/graphs/mempool#all">mempool.space</a></figcaption>
+ <figcaption>Source: <cite><a href="https://mempool.space/graphs/mempool#all">mempool.space</a></cite></figcaption>
</figure>
I've selected 4 blocks to deep dive, based on their proximity to mempool peaks in those three years, as well as a more "normal" current block: