♻️ refactor: turn macros into partials & sort CSS

This commit is contained in:
welpo 2023-09-12 21:21:59 +02:00
parent cc029d0b19
commit 721c0100dd
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6
33 changed files with 392 additions and 421 deletions

View file

@ -8,7 +8,7 @@
{% endif -%}
{%- if section.extra.header %}
{{ macros_page_desc::page_desc(desc=section.extra.header, page=section) }}
{%- include "partials/home_banner.html" -%}
{% endif -%}
<div class="list">
@ -28,7 +28,7 @@
</main>
{% if paginator %}
{{ macros_paginate::paginate(language_strings=language_strings) }}
{%- include "partials/paginate.html" -%}
{% endif %}
{% endblock main_content %}