Improve the title format
This commit is contained in:
parent
bbcf945a8b
commit
55608414ad
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
= csrf_meta_tags
|
= csrf_meta_tags
|
||||||
|
|
||||||
%title
|
%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/16x16.png"), type: "image/png", sizes: "16x16")
|
||||||
= favicon_link_tag(image_url("favicons/32x32.png"), type: "image/png", sizes: "32x32")
|
= favicon_link_tag(image_url("favicons/32x32.png"), type: "image/png", sizes: "32x32")
|
||||||
|
|
Loading…
Add table
Reference in a new issue