diff options
author | elijah <elijah@riseup.net> | 2014-06-24 16:50:54 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-06-24 16:50:54 -0700 |
commit | 1b9b86ededfbf276096033375ab6f277cc0505b7 (patch) | |
tree | d7e64680308aa2daaa4049609400475da447256e /amber/layouts | |
parent | 2a6da3e0a8208ab4b3316b7285aecc39e68066fb (diff) |
set <html lang='x'> in template
Diffstat (limited to 'amber/layouts')
-rw-r--r-- | amber/layouts/default.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amber/layouts/default.html.haml b/amber/layouts/default.html.haml index 57d2f92..cdf57e8 100644 --- a/amber/layouts/default.html.haml +++ b/amber/layouts/default.html.haml @@ -1,5 +1,5 @@ !!! -%html +%html{:lang => I18n.locale} %head %title = @page.nav_title + ' - ' + @site.title |