Fix test
This commit is contained in:
parent
bedc6d7148
commit
442d6222a6
@ -12,6 +12,8 @@
|
|||||||
- Add command to generate shell completions
|
- Add command to generate shell completions
|
||||||
- Fix link generation to colocated assets other than images
|
- Fix link generation to colocated assets other than images
|
||||||
- Add `get_hash` Tera function
|
- Add `get_hash` Tera function
|
||||||
|
- Minify CSS and JS embedded in HTML
|
||||||
|
- Fix slow image processingq
|
||||||
|
|
||||||
|
|
||||||
## 0.16.1 (2022-08-14)
|
## 0.16.1 (2022-08-14)
|
||||||
|
@ -8,6 +8,6 @@ expression: body
|
|||||||
Hello
|
Hello
|
||||||
world
|
world
|
||||||
Non rendered emoji :smile:
|
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>
|
<img src="https://www.getzola.org/test/image.jpg" alt="alt text" /></p>
|
||||||
<h1>some html</h1>
|
<h1>some html</h1>
|
||||||
|
Loading…
Reference in New Issue
Block a user