17 lines
267 B
Markdown
17 lines
267 B
Markdown
+++
|
|
title = "Now"
|
|
template = "page.html"
|
|
path = "now"
|
|
+++
|
|
|
|
<dl>
|
|
|
|
{% 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>
|