summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2020-05-17 13:09:48 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2020-05-17 13:10:50 +0200
commit92600f77fe3e5103afae1ed2e8717436c449f429 (patch)
tree914f7de2c243bf260c0e94f1296ed03c683f8da3 /layouts
parentd5f55b4003f5d16c5460eb72b64f2c0a46e48c07 (diff)
#215, Add support for languageDirection param
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 7abc75e..7881d18 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html lang="{{ .Site.Language.Lang }}">
+<html lang="{{ .Site.Language.Lang }}" dir={{ .Site.Language.LanguageDirection }}>
<head>
{{ partial "docs/html-head" . }}