Improve the title format

This commit is contained in:
gregoirenovel 2018-03-06 15:56:09 +01:00
parent bbcf945a8b
commit 55608414ad

View file

@ -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")