added a shortcode for notes/meta info, and a Reading section

This commit is contained in:
Lewis Wynne 2026-05-02 18:57:48 +01:00
parent 3416521f89
commit 4825a52edd
11 changed files with 86 additions and 19 deletions

View file

@ -0,0 +1,2 @@
<div class="meta">{{ at }}</div>
<div>{{ body | markdown | safe }}</div>