Skip to content

Commit 5ff0563

Browse files
committed
added locale to html
1 parent 9ab0081 commit 5ff0563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/layouts/layout.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html>
2+
<html lang="<%= I18n.locale %>">
33
<head>
44
<meta charset="utf-8">
55
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">

0 commit comments

Comments
 (0)