turns links and now/ into shortcodes

This commit is contained in:
Lewis Wynne 2026-04-29 17:10:28 +01:00
parent 74c72a03ae
commit 1071835cdc
4 changed files with 26 additions and 16 deletions

View file

@ -5,13 +5,13 @@ path = "now"
+++
<dl>
<dt>28/04/26</dt>
<dd>
It's hot now and all my summer clothes are in storage.
</dd>
<dt>26/03/26</dt>
<dd>
Currently moving house. Offer accepted about 7 months ago.
</dd>
{% update(date="28/04/26") %}
It's hot now and all my summer clothes are in storage.
{% end %}
{% update(date="26/03/26") %}
Currently moving house. Offer accepted about 7 months ago.
{% end %}
</dl>