From 221a6d0f94f8c3c26d818bd550934b45831267c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Verg=C3=A9s?= Date: Mon, 11 Apr 2022 12:13:59 +0200 Subject: [PATCH] add matomo --- app/views/layouts/decidim/_head_extra.html.erb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/views/layouts/decidim/_head_extra.html.erb b/app/views/layouts/decidim/_head_extra.html.erb index 53a1743..42aeb46 100644 --- a/app/views/layouts/decidim/_head_extra.html.erb +++ b/app/views/layouts/decidim/_head_extra.html.erb @@ -1,3 +1,11 @@ <% if current_organization.favicon.blank? %> <%= favicon_link_tag asset_path("default_favicon.ico") %> <% end %> + + + \ No newline at end of file