From f19b8614b7bf0446c8bb4de46ca77cbd88963b84 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Sun, 24 Aug 2014 12:24:58 +0200 Subject: [PATCH] initial --- app/views/layouts/public.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index 20f2381..870e0e9 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -1,7 +1,7 @@ !!! %html{:xmlns=>"http://www.w3.org/1999/xhtml", :"xml:lang"=>"fr", :lang=>"fr"} %head - %title= "Ecole EFT France - "+ @title.to_s+" - Geneviève Gagos" + %title= "Une autre laverie" %meta{ :"http-equiv" => "Content-Type", :content => "text/html; charset=utf-8" } %meta{ :"name" => "Description", :content => @description } %meta{ :"name" => "Keywords", :content => @keywords }