I'm working to add #Tootpick
https://github.com/Juerd/tootpick
to my website, which is statically built. I need some way to add a Tootpick link to each permalink, and I want to do it client-side via JavaScript (Tootpick needs JS anyway). So I need to add this JS to all the webpages, and I'm having #choiceParalysis on how to do it. Modify the base page template, or add a builder setup option?
(TBF, this is partially the fault of my builder, #ikiwiki, which isn't really friendly on this side of things).
I _really_ need to convert my site to something better than #ikiwiki, that's the truth. I'm really leaning towards #jekyll with the #asciidoctor plugin, but I conversion is going to take SO much time … really not looking forward to that.
In the end I opted for a hard-coded site-specific `script` meta in the base page template. Which turned out to be the right choice since I'm doing additional changes to the template now to better accommodate the permalinks + tootpick links, so I was going to do the custom page template anyway sooner or later.