Skip to content

Commit f6a5323

Browse files
committed
Add dir attribute to html tag
1 parent 4e2fb34 commit f6a5323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>{% assign hreflang = 'en' %}{% for lang in site.languages %}{% if lang.path == page.url %}{% assign hreflang = lang.iso-alpha2 %}{% endif %}{% endfor %}
2-
<html hreflang="{{hreflang}}">
2+
<html hreflang="{{hreflang}}" dir="{{ page.dirattr }}">
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

0 commit comments

Comments
 (0)