Skip to content

Commit 5b8b862

Browse files
committed
add plausible
1 parent 11f0ea5 commit 5b8b862

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/views/layouts/application_layout.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ def view_template(&block)
1212
render Shared::Head.new
1313

1414
body do
15+
script(defer: true, data_domain: "rubyui.com", src: "https://plausible.io/js/script.js")
1516
render Shared::Navbar.new
1617
main(&block)
1718
render Shared::Flashes.new(notice: flash[:notice], alert: flash[:alert])

0 commit comments

Comments
 (0)