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 %} - {{ profile.title }} + {% set image = resize_image(path=img, width=128, height=128, op="fill") %} + {{ profile.title }} {% endmacro %} {% macro profile_info(profile) %} @@ -208,7 +209,8 @@ @@ -229,7 +231,8 @@ {% endif %} {% endfor %} {% endif %} - {{ gallery.title }} + {% set image = resize_image(path=img, width=300, height=200, op="fill") %} + {{ gallery.title }}
{{ gallery.title }}