turns links and now/ into shortcodes
This commit is contained in:
parent
74c72a03ae
commit
1071835cdc
4 changed files with 26 additions and 16 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue