]> git.otsuka.systems Git - cotsuka.github.io/commitdiff
improve markup, remove tags only used for backend, add disclaimer
authorCameron Otsuka <cameron@otsuka.haus>
Wed, 31 Jul 2024 02:28:54 +0000 (19:28 -0700)
committerCameron Otsuka <cameron@otsuka.haus>
Wed, 31 Jul 2024 02:28:54 +0000 (19:28 -0700)
_includes/layouts/article.njk
_includes/layouts/base.njk
_includes/layouts/home.njk
content/articles/minimum-utxo-value/index.md

index 5aab2ea025173e93340c9db059186a186b653e7a..a49e00dc23d179d884a36d5e4f7e9991bb28a056 100644 (file)
@@ -9,7 +9,7 @@ layout: layouts/base.njk
        <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>
 
index 7923172d24ab4c6787ebfa1253443a8cff7b4241..813164ccedb83a1f799e3c8d2a5dec9cbefc8144 100644 (file)
             {%- 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
index def68d2ad2511e3105cf50c2ffea6e39b185ba10..d3f87de9c016eca3cab91292621df4fb1b8248ab 100644 (file)
@@ -6,17 +6,17 @@ layout: layouts/base.njk
     {{ 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
index 8ecd4c1ca9cb1d2ad184b735e60f85e0bb828857..2ba6d4631be5fc95344f6a2470572c3518020722 100644 (file)
@@ -22,7 +22,7 @@ The highest fee periods in Bitcoin history have been 2018, 2021, and 2023:
 
 <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: