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

@ -0,0 +1,2 @@
<dt><a href="{{ href }}">{{ title }}</a></dt>
<dd>{{ body | markdown(inline=true) | safe }}</dd>