mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
fix indentation
This commit is contained in:
parent
9b96bbdba2
commit
f0939cde94
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
{% if not loop.last %}
|
||||
{% if loop.index == max %}
|
||||
<div class="all-posts">
|
||||
<a href="{{ get_url(path=section_path, lang=lang) }}/">{{ macros_translate::translate(key="all_posts", default="All posts", language_strings=language_strings) }} <span class="arrow">⟶</span></a>
|
||||
<a href="{{ get_url(path=section_path, lang=lang) }}/">{{ macros_translate::translate(key="all_posts", default="All posts", language_strings=language_strings) }} <span class="arrow">⟶</span></a>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue