Nicer search, minor fixes.
[wolnelektury.git] / src / catalogue / templates / catalogue / 2022 / tag_catalogue.html
index 517562a..a44e5b2 100644 (file)
@@ -30,7 +30,7 @@
       {% for tag in tags %}
         <li>
           {% if tag.photo %}
-            {% thumbnail tag.photo '40x40' crop='center' as thumb %}
+            {% thumbnail tag.photo '40x40' crop='top' as thumb %}
             <img src="{{ thumb.url }}" class="c-avatar">
             {% endthumbnail %}
           {% endif %}