mirror of
https://github.com/getzola/zola
synced 2024-12-13 22:02:29 +00:00
2 lines
107 B
HTML
2 lines
107 B
HTML
{% set image = resize_image(path=path, width=width, height=height, op=op) %}
|
|
<img src="{{ image.url }}" />
|