a subtle change in styles

This commit is contained in:
Lewis Wynne 2026-05-02 19:42:19 +01:00
parent 5b1939eaa0
commit 351c79af6a
3 changed files with 51 additions and 22 deletions

View file

@ -11,7 +11,7 @@
<span class="muted">{{ post.date }}</span>&emsp;<a href="{{ post.permalink }}">{{ post.title }}</a><br>
{% endfor %}
<p>Reading</p>
<h2>Reading</h2>
{% set reading = get_section(path="reading/_index.md") %}
{% for post in reading.pages %}