couleurs sombre NoK et hidden mal mis
This commit is contained in:
@ -23,20 +23,20 @@
|
||||
<nav class="pagination">
|
||||
<a href="{{ SITEURL }}/{{ first_page.url }}"
|
||||
{%- if articles_page.has_previous() %}
|
||||
{%- else %}class="hidden"{% endif %}>
|
||||
{%- else %} class="hidden"{% endif %}>
|
||||
<i class="fa fa-angle-double-left"></i></a>
|
||||
<a href="{{ SITEURL }}/{{ articles_previous_page.url }}"
|
||||
{%- if articles_page.has_previous() %}
|
||||
{%- else %}class="hidden"{% endif %}>
|
||||
{%- else %} class="hidden"{% endif %}>
|
||||
<i class="fa fa-angle-left"></i></a>
|
||||
<p><strong>{{ category }}{{ tag }}</strong> | {{ articles_page.number }} de {{ articles_paginator.num_pages }}</p>
|
||||
<a href="{{ SITEURL }}/{{ articles_next_page.url }}"
|
||||
{%- if articles_page.has_next() %}
|
||||
{%- else %}class="hidden"{% endif %}>
|
||||
{%- else %} class="hidden"{% endif %}>
|
||||
<i class="fa fa-angle-right"></i></a>
|
||||
<a href="{{ SITEURL }}/{{ last_page.url }}"
|
||||
{%- if articles_page.has_next() %}
|
||||
{%- else %}class="hidden"{% endif %}>
|
||||
{%- else %} class="hidden"{% endif %}>
|
||||
<i class="fa fa-angle-double-right"></i></a>
|
||||
</nav>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user