mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix identation
This commit is contained in:
parent
c073c566e1
commit
4e4b9387a9
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
Page {{ articles_page.number }} / {{ articles_paginator.num_pages }}
|
Page {{ articles_page.number }} / {{ articles_paginator.num_pages }}
|
||||||
{% if articles_page.has_next() %}
|
{% if articles_page.has_next() %}
|
||||||
<a href="{{ SITEURL }}/{{ articles_next_page.url }}">»</a>
|
<a href="{{ SITEURL }}/{{ articles_next_page.url }}">»</a>
|
||||||
<a href="{{ SITEURL }}/{{ last_page.url }}">⇉</a>
|
<a href="{{ SITEURL }}/{{ last_page.url }}">⇉</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue