We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f0ea5 commit 5b8b862Copy full SHA for 5b8b862
1 file changed
app/views/layouts/application_layout.rb
@@ -12,6 +12,7 @@ def view_template(&block)
12
render Shared::Head.new
13
14
body do
15
+ script(defer: true, data_domain: "rubyui.com", src: "https://plausible.io/js/script.js")
16
render Shared::Navbar.new
17
main(&block)
18
render Shared::Flashes.new(notice: flash[:notice], alert: flash[:alert])
0 commit comments