mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
♻️ refactor(translation): introduce translation macro (#129)
This commit is contained in:
parent
3344f80539
commit
78f97e17b4
18 changed files with 74 additions and 103 deletions
|
@ -11,6 +11,7 @@
|
|||
{% 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 %}
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ lang }}" {% if config.extra.default_theme -%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue