Add Plausible

This commit is contained in:
Aleks Rutins 2025-03-19 15:04:31 -04:00
parent 175ae1d86b
commit 9d2d916a45

View file

@ -40,6 +40,8 @@ module Pages
link(rel: "prefetch", href: "/DM_Mono/DMMono-Medium.ttf") link(rel: "prefetch", href: "/DM_Mono/DMMono-Medium.ttf")
link(rel: "stylesheet", href: "/site.css") link(rel: "stylesheet", href: "/site.css")
script(defer: true, 'data-domain' => "farthergate.com", src: "https://plausible.farthergate.com/js/script.js")
@meta.each { |name, content| @meta.each { |name, content|
meta(name: name, content: content) meta(name: name, content: content)
} }