diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index e7a97b8a..8220dab3 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -2,7 +2,7 @@
%head
%meta{:charset => "utf-8"}
%meta{:name => "viewport", :content => "width=device-width, initial-scale=1, maximum-scale=1"}
- %title= content_for?(:title) ? yield(:title) : "OSEM"
+ %title= content_for?(:title) ? yield(:title) : CONFIG['name']
%meta{:content => "", :name => "description"}
%meta{:content => "", :name => "author"}
= stylesheet_link_tag "application", :media => "all"
diff --git a/app/views/layouts/schedule.html.haml b/app/views/layouts/schedule.html.haml
index 56af1be7..f1f726ed 100644
--- a/app/views/layouts/schedule.html.haml
+++ b/app/views/layouts/schedule.html.haml
@@ -3,7 +3,7 @@
%head
%meta{:charset => "utf-8"}
%meta{:name => "viewport", :content => "width=device-width, initial-scale=1, maximum-scale=1"}
- %title= content_for?(:title) ? yield(:title) : "OSEM"
+ %title= content_for?(:title) ? yield(:title) : CONFIG['name']
%meta{:content => "", :name => "description"}
%meta{:content => "", :name => "author"}
= stylesheet_link_tag "/stylesheets/schedule/jquery-ui-1.9.2.custom.min"