Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Prouillet authored and Keats committed Feb 16, 2023
1 parent bedc6d7 commit 442d622
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 442d622

Please sign in to comment.