File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change
1
+ < script type ="text/javascript " defer data-domain ="joyofrails.com " src ="https://plausible.io/js/script.tagged-events.outbound-links.js "> </ script >
2
+ < script type ="text/javascript "> window . plausible = window . plausible || function ( ) { ( window . plausible . q = window . plausible . q || [ ] ) . push ( arguments ) } </ script >
Original file line number Diff line number Diff line change 12
12
< link rel ="manifest " href ="/manifest.webmanifest ">
13
13
<%= csrf_meta_tags %>
14
14
<%= csp_meta_tag %>
15
+ <%= render "application/analytics" %>
15
16
<%= render "application/config" %>
16
17
<%= render "application/theme/color" unless Rails . env . wasm? %>
17
18
<%= render "application/theme/code" %>
22
23
<%= vite_javascript_tag "application.js" , media : "all" , "data-turbo-track" : "reload" %>
23
24
24
25
<%= auto_discovery_link_tag ( :rss , feed_index_url , { title : "joyofrails.com" } ) %>
25
- < script type ="text/javascript " defer data-domain ="joyofrails.com " src ="https://plausible.io/js/script.tagged-events.outbound-links.js "> </ script >
26
- < script type ="text/javascript "> window . plausible = window . plausible || function ( ) { ( window . plausible . q = window . plausible . q || [ ] ) . push ( arguments ) } </ script >
27
26
<%= yield :head %>
28
27
</ head >
29
28
< body >
You can’t perform that action at this time.
0 commit comments