mirror of
https://github.com/tchartron/blow
synced 2024-11-23 12:53:20 +00:00
update
This commit is contained in:
parent
9f58ac932e
commit
7cf2198a2b
2 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<h1 class="text-2xl text-bold">
|
||||
{{ term.name }}
|
||||
</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 %}
|
||||
{% set pages = paginator.pages %}
|
||||
{% else %}
|
||||
|
|
|
@ -219,5 +219,7 @@
|
|||
<script src="/search_index.{{lang}}.js"></script>
|
||||
<script defer src="/js/search.js"></script>
|
||||
{% endif %}
|
||||
{% block extra_js %}
|
||||
{% endblock extra_js %}
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue