Use default locale for html lang in layouts (#2212)
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
!!! 5
|
||||
%html{:lang => 'en'}
|
||||
%html{:lang => I18n.locale}
|
||||
%head
|
||||
%meta{:charset => 'utf-8'}/
|
||||
%meta{:name => 'viewport', :content => 'width=device-width, initial-scale=1'}/
|
||||
|
||||
Reference in New Issue
Block a user