We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7dea09 commit d829f99Copy full SHA for d829f99
docs/templating/twig_function_reference/icon_twig_functions.md
@@ -17,7 +17,7 @@ month_change: false
17
18
```html+twig
19
<svg class="ibexa-icon ibexa-icon--medium ibexa-icon--light">
20
- <use xlink:href="{{ ibexa_icon_path(`edit`, 'my_icons') }}"></use>
+ <use xlink:href="{{ ibexa_icon_path('edit', 'my_icons') }}"></use>
21
</svg>
22
```
23
0 commit comments