This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Kane Jamison
kanejamison.com
did:plc:da5mfgzbgt6vb3v33gvyyric
Spent a bunch of time wrangling with a gem to add canonical tags to KaneJamison.com.
In the end, the dependency wasn't worth the headache. I was able to replace it with a one-line helper instead.
def canonical_url
"https://www.kanejamison.com#{request.path}#{'/' unless request.path == '/'}"
end
2024-11-19T18:06:43.112Z