mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
🎨 refactor: turn macros into partials & sort CSS (#146)
This commit is contained in:
parent
cc029d0b19
commit
14ccb208cf
33 changed files with 392 additions and 421 deletions
|
@ -1,13 +1,7 @@
|
|||
{% import "macros/add_comments.html" as macros_add_comments %}
|
||||
{% import "macros/cards_pages.html" as macros_cards_pages %}
|
||||
{% import "macros/create_history_url.html" as macros_create_history_url %}
|
||||
{% import "macros/format_date.html" as macros_format_date %}
|
||||
{% import "macros/list_posts.html" as macros_list_posts %}
|
||||
{% import "macros/page_desc.html" as macros_page_desc %}
|
||||
{% import "macros/page_header.html" as macros_page_header %}
|
||||
{% import "macros/paginate.html" as macros_paginate %}
|
||||
{% import "macros/rel_attributes.html" as macros_rel_attributes %}
|
||||
{% import "macros/set_title.html" as macros_set_title %}
|
||||
{% import "macros/settings.html" as macros_settings %}
|
||||
{% import "macros/table_of_contents.html" as macros_toc %}
|
||||
{% import "macros/translate.html" as macros_translate %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue