mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
♻️ refactor: add "target_attribute" macro (#515)
Co-authored-by: Óscar <welpo@users.noreply.github.com>
This commit is contained in:
parent
221e245671
commit
f47cefd42b
5 changed files with 15 additions and 15 deletions
|
@ -6,6 +6,7 @@
|
|||
{% import "macros/table_of_contents.html" as macros_toc %}
|
||||
{% import "macros/translate.html" as macros_translate %}
|
||||
{% import "macros/series_page.html" as macros_series_page %}
|
||||
{% import "macros/target_attribute.html" as macros_target_attribute %}
|
||||
|
||||
{# Load the internationalisation data for the current language from
|
||||
the .toml files in the user's '/i18n' folder, falling back to the theme's.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue