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">
|
<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 %}
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue