We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aabd403 + df03690 commit 1d58e5dCopy full SHA for 1d58e5d
1 file changed
app/views/layouts/application.html.haml
@@ -30,6 +30,12 @@
30
= csrf_meta_tags
31
= csp_meta_tag
32
33
+ <!-- Privacy-friendly analytics by Plausible -->
34
+ %script{ async: true, src: 'https://plausible.io/js/pa-PFruVsE_br97UUCRXE_6f.js' }
35
+ %script
36
+ window.plausible = window.plausible || function() { (plausible.q = plausible.q || []).push(arguments) }, plausible.init = plausible.init || function(i) { plausible.o = i || {} };
37
+ plausible.init()
38
+
39
%body.no-js{ 'class': "#{params[:controller]}-#{params[:action]}", 'data-bs-no-jquery': 'true' }
40
#top
41
= render 'layouts/navigation'
0 commit comments