🐛 fix: ensure spacing when all projects are shown

Fixes #303.
This commit is contained in:
welpo
2024-05-02 00:17:49 +02:00
parent 52cd0cfccd
commit 50123c09ef
3 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
{%- include "partials/cards_pages.html" -%}
{%- endif -%}
{%- if show_pages | length > max_projects -%}
<div class="all-posts {{ first_section }}-first" id="all-projects">
<div class="all-posts" id="all-projects">
<a href="{{ get_url(path=projects_section.path, lang=lang) }}/">{{ macros_translate::translate(key="all_projects", default="All projects", language_strings=language_strings) }}&nbsp;<span class="arrow"></span></a>
</div>
{%- endif -%}