From 4c1d4ce5b96ec66afead96f19a441cbd00668912 Mon Sep 17 00:00:00 2001 From: martintomas Date: Thu, 9 Nov 2023 11:35:43 +0100 Subject: [PATCH] feat: Adding Plausible snippet --- app/views/layouts/tpi.html.erb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/layouts/tpi.html.erb b/app/views/layouts/tpi.html.erb index 757f04932..223580584 100644 --- a/app/views/layouts/tpi.html.erb +++ b/app/views/layouts/tpi.html.erb @@ -43,6 +43,10 @@ <%= stylesheet_link_tag 'tpi' %> <%= javascript_pack_tag 'tpi' %> + + <% if Rails.env.production? %> + + <% end %> <%= render "layouts/tpi/fixed-navbar" %>