Never mind, can't do that on sourcehut

This commit is contained in:
Aleks Rutins 2025-03-19 15:06:49 -04:00
parent 9d2d916a45
commit 112b433bcf

View file

@ -39,9 +39,7 @@ module Pages
link(rel: "prefetch", href: "/DM_Mono/DMMono-Regular.ttf") link(rel: "prefetch", href: "/DM_Mono/DMMono-Regular.ttf")
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)
} }