From 55608414ad700f0ac24f437ef314e2e99a89dbc0 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Tue, 6 Mar 2018 15:56:09 +0100 Subject: [PATCH] Improve the title format --- app/views/layouts/new_application.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/new_application.html.haml b/app/views/layouts/new_application.html.haml index 8190bc41e..c214f26a0 100644 --- a/app/views/layouts/new_application.html.haml +++ b/app/views/layouts/new_application.html.haml @@ -8,7 +8,7 @@ = csrf_meta_tags %title - = content_for?(:title) ? yield(:title) : "demarches-simplifiees.fr" + = content_for?(:title) ? "#{yield(:title)} ยท demarches-simplifiees.fr" : "demarches-simplifiees.fr" = favicon_link_tag(image_url("favicons/16x16.png"), type: "image/png", sizes: "16x16") = favicon_link_tag(image_url("favicons/32x32.png"), type: "image/png", sizes: "32x32")