Remove analytics placeholder code

Ehh, I don't use analytics anyway. If I do later, maybe I'll add our private Plausible code to here or something!
This commit is contained in:
Emi Matchu 2023-08-26 15:53:28 -07:00
parent bb20925382
commit 4f5db2c0f0
2 changed files with 0 additions and 2 deletions

View file

@ -1 +0,0 @@
// Overwrite this file on deploy if you actually want to track people

View file

@ -22,7 +22,6 @@
- if user_signed_in?
= current_user_id_meta_tag
%body{:class => body_class}
= javascript_include_tag "analytics"
#container
= yield :before_title
- if content_for?(:title) && show_title_header?