diff --git a/templates/base.html b/templates/base.html index 9711e99..679d975 100644 --- a/templates/base.html +++ b/templates/base.html @@ -13,6 +13,7 @@ This variable will hold all the text strings for the language #} {%- if not language_strings -%} {%- set language_strings = load_data(path="themes/tabi/i18n/" ~ lang ~ ".toml", required=false) -%} {%- endif -%} +{% set rtl_languages = ["ar", "arc", "az", "dv", "ff", "he", "ku", "nqo", "fa", "rhg", "syc", "ur"] %} @@ -22,7 +23,7 @@ This variable will hold all the text strings for the language #} {% include "partials/header.html" %} - + {% include "partials/nav.html" %}