diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index c7a63a2ed..277996c5f 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -9,7 +9,7 @@ %title - if current_user - = "#{current_user.real_name} | DIASPORA" + = "#{current_user.real_name} | DIASPORA*" - else DIASPORA