diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml
index 7800283..509b8e3 100644
--- a/app/views/layouts/public.html.haml
+++ b/app/views/layouts/public.html.haml
@@ -20,6 +20,9 @@
%html{:lang => "fr", "xml:lang" => "fr", :xmlns => "http://www.w3.org/1999/xhtml"}
%head
+ =render :partial => "public/shared/ga"
+
+
-@title = strip_tags(@title.to_s)
%title=@title.to_s
@@ -64,7 +67,6 @@
= javascript_include_tag "public"
= csrf_meta_tag
- =render :partial => "public/shared/ga"
= stylesheet_link_tag 'public', :media => :all
diff --git a/app/views/public/shared/_ga.html.erb b/app/views/public/shared/_ga.html.erb
index 26ecb92..ebf2461 100644
--- a/app/views/public/shared/_ga.html.erb
+++ b/app/views/public/shared/_ga.html.erb
@@ -1,10 +1,9 @@
+
+
\ No newline at end of file
+ gtag('config', 'UA-86733824-40');
+