diff --git a/app/views/layouts/_head.html.haml b/app/views/layouts/_head.html.haml index 0775abe..68146e6 100644 --- a/app/views/layouts/_head.html.haml +++ b/app/views/layouts/_head.html.haml @@ -8,6 +8,8 @@ = javascript_include_tag "application" = csrf_meta_tags = include_gon + :erb + = render 'layouts/google_analytics' if extra_config.has_key?('google_analytics_id') -- libgit2 0.21.2