diff --git a/templates/macros.html b/templates/macros.html index a6245ca..35fe358 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -178,7 +178,8 @@ {% break %} {% endif %} {% endfor %} - + {% set image = resize_image(path=img, width=128, height=128, op="fill") %} + {% endmacro %} {% macro profile_info(profile) %} @@ -208,7 +209,8 @@