fix indentation

This commit is contained in:
welpo 2024-04-18 14:53:50 +02:00
parent 9b96bbdba2
commit f0939cde94
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6

View file

@ -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) }}&nbsp;<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) }}&nbsp;<span class="arrow"></span></a>
</div>
{% endif %}
{% endif %}