🎨 refactor: turn macros into partials & sort CSS (#146)

This commit is contained in:
Óscar 2023-09-12 21:28:33 +02:00 committed by GitHub
parent cc029d0b19
commit 14ccb208cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 392 additions and 421 deletions

View file

@ -16,4 +16,4 @@
{# Return the array of rel attributes joined by a space #}
{{- rel_attributes | join(sep=" ") -}}
{% endmacro external_links %}
{% endmacro rel_attributes %}