#215, Add support for languageDirection param
This commit is contained in:
@@ -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" . }}
|
||||
|
||||
Reference in New Issue
Block a user