mirror of
https://github.com/getzola/zola
synced 2025-03-05 07:27:17 +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 }}" />
|