Fix typo in the image shortcode demo

This commit is contained in:
daudix
2024-10-04 02:03:41 +03:00
parent ec132576a2
commit 1ed3eefbe8

View File

@ -166,7 +166,7 @@ Available variables are:
- `spoiler` with `solid`: Ditto, but makes the image completely hidden.
```jinja2
{{/* image(url="image.png", alt="This is an image" no_hover=true) */}}
{{/* image(url="image.png", alt="This is an image", no_hover=true) */}}
```
<figure>