From 3f900304317e11ac7b2411b11746ab178e56f4a3 Mon Sep 17 00:00:00 2001 From: "Martin Hinshelwood NKDAgility.com" Date: Tue, 20 Jan 2026 12:06:46 -0500 Subject: [PATCH] Add support for RTL styles by conditionally loading Bootstrap RTL CSS --- module/layouts/baseof.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/module/layouts/baseof.html b/module/layouts/baseof.html index 5a4dd2e..6a19817 100644 --- a/module/layouts/baseof.html +++ b/module/layouts/baseof.html @@ -103,7 +103,11 @@ {{ if $langCss }} {{- end }} + {{- if eq (.Site.Language.LanguageDirection | default "ltr") "rtl" }} + + {{- else }} + {{- end }}