diff options
Diffstat (limited to 'views/layout.erb')
-rw-r--r-- | views/layout.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/layout.erb b/views/layout.erb index fbae235..dbc7bf8 100644 --- a/views/layout.erb +++ b/views/layout.erb @@ -2,7 +2,7 @@ <html> <head> <meta charset="utf-8"> - <title><%= "#{h @title} - " if @title %>Gentoo Infrastructure Status</title> + <title><%= "#{h @title} - " if @title %>Gentoo infrastructure status</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="theme-color" content="#54487a"> <meta name="description" content="Gentoo infrastructure status provides information on the status of the services the Gentoo Linux distribution offers to its developers and users."> |