summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-06-24 16:50:54 -0700
committerelijah <elijah@riseup.net>2014-06-24 16:50:54 -0700
commit1b9b86ededfbf276096033375ab6f277cc0505b7 (patch)
treed7e64680308aa2daaa4049609400475da447256e
parent2a6da3e0a8208ab4b3316b7285aecc39e68066fb (diff)
set <html lang='x'> in template
-rw-r--r--amber/layouts/default.html.haml2
-rw-r--r--pages/common/header.html.inc3
-rw-r--r--public/android/index.en.html2
-rw-r--r--public/common/header.html.inc3
-rw-r--r--public/index.en.html2
-rw-r--r--public/linux/index.en.html2
-rw-r--r--public/mac/index.en.html2
-rw-r--r--public/windows/index.en.html2
8 files changed, 8 insertions, 10 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
diff --git a/pages/common/header.html.inc b/pages/common/header.html.inc
index 3df7bfd..637b00a 100644
--- a/pages/common/header.html.inc
+++ b/pages/common/header.html.inc
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
<title>dl.bitmask.net</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -12,4 +12,3 @@
<div class="bm-bar">Bitmask Downloads</div>
<div class="bm-main container">
<br/>
-
diff --git a/public/android/index.en.html b/public/android/index.en.html
index ce704a7..ab029f6 100644
--- a/public/android/index.en.html
+++ b/public/android/index.en.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html lang='en'>
<head>
<title>
Bitmask for Android - dl.bitmask.net
diff --git a/public/common/header.html.inc b/public/common/header.html.inc
index 3df7bfd..637b00a 100644
--- a/public/common/header.html.inc
+++ b/public/common/header.html.inc
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
<title>dl.bitmask.net</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -12,4 +12,3 @@
<div class="bm-bar">Bitmask Downloads</div>
<div class="bm-main container">
<br/>
-
diff --git a/public/index.en.html b/public/index.en.html
index 7d9941f..5b54f5a 100644
--- a/public/index.en.html
+++ b/public/index.en.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html lang='en'>
<head>
<title>
home - dl.bitmask.net
diff --git a/public/linux/index.en.html b/public/linux/index.en.html
index 5594851..7c287f1 100644
--- a/public/linux/index.en.html
+++ b/public/linux/index.en.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html lang='en'>
<head>
<title>
Install Bitmask on Linux - dl.bitmask.net
diff --git a/public/mac/index.en.html b/public/mac/index.en.html
index 44368e3..2740a82 100644
--- a/public/mac/index.en.html
+++ b/public/mac/index.en.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html lang='en'>
<head>
<title>
Bitmask for Mac OS - dl.bitmask.net
diff --git a/public/windows/index.en.html b/public/windows/index.en.html
index c28af6e..bafde51 100644
--- a/public/windows/index.en.html
+++ b/public/windows/index.en.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html lang='en'>
<head>
<title>
Bitmask for Windows - dl.bitmask.net