1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-28 11:19:51 +02:00

Update ChangeLog

This commit is contained in:
Elisabeth Henry 2016-09-21 13:05:01 +02:00
parent 592a96178c
commit 496ab1cf25

@ -16,6 +16,9 @@ unreleased
with `metadata.foo: bar` you can access it in your templates with
`{{{metadata_foo}}}`.
* Rendering:
* Metadata can now contain Markdown and will be rendered by the
renderers. This might not be a good idea for common fields
(e.g. "title"), though. Use with caution.
* HTML:
* `html.top` and `hstml.footer` are now considered as templates, so
you can use some `{{{metadata}}}` in it.