diff options
-rw-r--r-- | amber/layouts/default.html.haml | 2 | ||||
-rw-r--r-- | amber/locales/en.yml | 3 | ||||
-rw-r--r-- | pages/linux/en.md | 2 | ||||
-rw-r--r-- | public/android/index.en.html | 2 | ||||
-rw-r--r-- | public/index.en.html | 2 | ||||
-rw-r--r-- | public/linux/index.en.html | 2 | ||||
-rw-r--r-- | public/mac/index.en.html | 2 | ||||
-rw-r--r-- | public/windows/index.en.html | 2 |
8 files changed, 9 insertions, 8 deletions
diff --git a/amber/layouts/default.html.haml b/amber/layouts/default.html.haml index cdf57e8..6650f00 100644 --- a/amber/layouts/default.html.haml +++ b/amber/layouts/default.html.haml @@ -2,7 +2,7 @@ %html{:lang => I18n.locale} %head %title - = @page.nav_title + ' - ' + @site.title + = [(@page.nav_title unless @page.path.empty?), I18n.t('site_title')].compact.join(' - ') %meta(name="viewport" content="width=device-width, initial-scale=1.0")/ %link(rel="stylesheet" href="/assets/bootstrap.min.css")/ %link(rel="stylesheet" href="/assets/font-awesome/css/font-awesome.min.css")/ diff --git a/amber/locales/en.yml b/amber/locales/en.yml index 657f60e..3aa2cc7 100644 --- a/amber/locales/en.yml +++ b/amber/locales/en.yml @@ -1,3 +1,4 @@ en: Downloads: Downloads - Download: Download
\ No newline at end of file + Download: Download + site_title: Bitmask Downloads diff --git a/pages/linux/en.md b/pages/linux/en.md index 4d892a6..111b8ad 100644 --- a/pages/linux/en.md +++ b/pages/linux/en.md @@ -1,4 +1,4 @@ -- @title = 'Install Bitmask on Linux' +- @title = 'Bitmask for Linux' <%= render :partial => 'notice' %> diff --git a/public/android/index.en.html b/public/android/index.en.html index 60cf1f7..79b40fb 100644 --- a/public/android/index.en.html +++ b/public/android/index.en.html @@ -2,7 +2,7 @@ <html lang='en'> <head> <title> -Bitmask for Android - dl.bitmask.net +Bitmask for Android - Bitmask Downloads </title> <meta content='width=device-width, initial-scale=1.0' name='viewport'> <link href='/assets/bootstrap.min.css' rel='stylesheet'> diff --git a/public/index.en.html b/public/index.en.html index 19a315f..5ab4b95 100644 --- a/public/index.en.html +++ b/public/index.en.html @@ -2,7 +2,7 @@ <html lang='en'> <head> <title> -home - dl.bitmask.net +Bitmask Downloads </title> <meta content='width=device-width, initial-scale=1.0' name='viewport'> <link href='/assets/bootstrap.min.css' rel='stylesheet'> diff --git a/public/linux/index.en.html b/public/linux/index.en.html index 7c287f1..56fee0d 100644 --- a/public/linux/index.en.html +++ b/public/linux/index.en.html @@ -2,7 +2,7 @@ <html lang='en'> <head> <title> -Install Bitmask on Linux - dl.bitmask.net +Bitmask for Linux - Bitmask Downloads </title> <meta content='width=device-width, initial-scale=1.0' name='viewport'> <link href='/assets/bootstrap.min.css' rel='stylesheet'> diff --git a/public/mac/index.en.html b/public/mac/index.en.html index 2740a82..f1ce17c 100644 --- a/public/mac/index.en.html +++ b/public/mac/index.en.html @@ -2,7 +2,7 @@ <html lang='en'> <head> <title> -Bitmask for Mac OS - dl.bitmask.net +Bitmask for Mac OS - Bitmask Downloads </title> <meta content='width=device-width, initial-scale=1.0' name='viewport'> <link href='/assets/bootstrap.min.css' rel='stylesheet'> diff --git a/public/windows/index.en.html b/public/windows/index.en.html index bafde51..f063cf1 100644 --- a/public/windows/index.en.html +++ b/public/windows/index.en.html @@ -2,7 +2,7 @@ <html lang='en'> <head> <title> -Bitmask for Windows - dl.bitmask.net +Bitmask for Windows - Bitmask Downloads </title> <meta content='width=device-width, initial-scale=1.0' name='viewport'> <link href='/assets/bootstrap.min.css' rel='stylesheet'> |