This commit is contained in:
mtgmonkey
2025-08-07 07:06:51 -04:00
parent 115479d909
commit 70d46524a4
7 changed files with 15 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
{% set image = resize_image(path=path, width=width, height=height, op="fit") %}
<a href="{{ get_url(path=path) }}" target="_blank">
<img src="{{ image.url }}" />
</a>