diff --git a/docs/content/api/l-icon.md b/docs/content/api/l-icon.md index 828c023..f55a458 100644 --- a/docs/content/api/l-icon.md +++ b/docs/content/api/l-icon.md @@ -26,8 +26,8 @@ A more detailed approach is to specify custom icon and shadow images. id="example-icon" icon-size="[38, 95]" icon-anchor="[22, 94]" - icon-url="/icons/leaf-green.png" - shadow-url="/icons/leaf-shadow.png" + icon-url={{ url(path='icons/leaf-green.png') }} + shadow-url={{ url(path='icons/leaf-shadow.png') }} shadow-size="[50, 64]" shadow-anchor="[4, 62]" > @@ -49,6 +49,7 @@ A more detailed approach is to specify custom icon and shadow images.