mirror of
https://github.com/tchartron/blow
synced 2024-11-27 14:50:56 +00:00
update
This commit is contained in:
parent
fd945dd0e1
commit
27750c4c50
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@
|
|||
</svg>
|
||||
Previous
|
||||
</a>
|
||||
<ul class="flex gap-y-2">
|
||||
<ul class="flex gap-x-2">
|
||||
{% for pager in range(start=1, end=paginator.number_pagers+1) %}
|
||||
<li class="">
|
||||
<a class="p-4 border border-gray-400 dark:border-black rounded-lg text-gray-800 dark:text-gray-300 hover:bg-gray-700 text-black dark:hover:bg-gray-600 dark:hover:text-white rounded-md text-sm font-medium transform transition duration-500 hover:scale-105 {% if paginator.current_index == pager %}bg-blue-500{% else %}bg-gray-200 dark:bg-gray-800{% endif %}" href='{{ paginator.base_url }}{{pager}}' aria-label="Page {{pager}}">
|
||||
|
|
Loading…
Reference in a new issue