This commit is contained in:
Vincent Prouillet 2022-10-17 19:55:25 +02:00 committed by Vincent Prouillet
parent bedc6d7148
commit 442d6222a6
2 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,8 @@
- Add command to generate shell completions
- Fix link generation to colocated assets other than images
- Add `get_hash` Tera function
- Minify CSS and JS embedded in HTML
- Fix slow image processingq
## 0.16.1 (2022-08-14)

View File

@ -8,6 +8,6 @@ expression: body
Hello
world
Non rendered emoji :smile:
<a href="image.jpg">a link</a>
<a href="https://www.getzola.org/test/image.jpg">a link</a>
<img src="https://www.getzola.org/test/image.jpg" alt="alt text" /></p>
<h1>some html</h1>