@toddgrotenhuis Hey, thanks for letting me know. If you just changed from another theme to Hitchen, you have to redo the include the Conversation on Micro.blog link in your custom theme step from my installation instructions once again.
Every theme is different, and it’s up to you where you want to include the Conversation on Micro.blog link. That said, for Hitchen, layouts/partials/article.html
is probably where you want to have the {{ partial "conversation-link.html" . }}
snippet.
@sod ok thanks, I think I didn’t do that at all before; thought it was more automated if I installed the plug-in from the directory (and not on my own from GitHub)
@toddgrotenhuis Yeah, I wish there was an easy way for me to do that automatically, but unfortunately, it’s very impractical. Every theme is unique, so I would have to develop and maintain patched templates for all the Micro.blog themes out there.
But, in theory, theme developers could deliver their themes with built-in support for my plug-in. I’ve actually pitched that idea to @pimoore. So we’ll see what happens. 😊