turns links and now/ into shortcodes
This commit is contained in:
parent
74c72a03ae
commit
1071835cdc
4 changed files with 26 additions and 16 deletions
2
templates/shortcodes/link.html
Normal file
2
templates/shortcodes/link.html
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<dt><a href="{{ href }}">{{ title }}</a></dt>
|
||||
<dd>{{ body | markdown(inline=true) | safe }}</dd>
|
||||
2
templates/shortcodes/update.html
Normal file
2
templates/shortcodes/update.html
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<dt>{{ date }}</dt>
|
||||
<dd>{{ body | markdown(inline=true) | safe }}</dd>
|
||||
Loading…
Add table
Add a link
Reference in a new issue