This commit is contained in:
Thomas Chartron 2021-11-09 21:09:39 +01:00
parent 9f58ac932e
commit 7cf2198a2b
2 changed files with 3 additions and 1 deletions

View file

@ -5,7 +5,7 @@
<h1 class="text-2xl text-bold"> <h1 class="text-2xl text-bold">
{{ term.name }} {{ term.name }}
</h1> </h1>
<div class="flex flex-col gap-y-6"> <div class="flex flex-col gap-y-6 transform transition duration-500 hover:scale-110">
{% if paginator %} {% if paginator %}
{% set pages = paginator.pages %} {% set pages = paginator.pages %}
{% else %} {% else %}

View file

@ -219,5 +219,7 @@
<script src="/search_index.{{lang}}.js"></script> <script src="/search_index.{{lang}}.js"></script>
<script defer src="/js/search.js"></script> <script defer src="/js/search.js"></script>
{% endif %} {% endif %}
{% block extra_js %}
{% endblock extra_js %}
</body> </body>
</html> </html>