Alls; rather stupid question (for diving into hugo theming) I guess: I’m using the bear theme for micro.blog and wanted to enable comments and display conversations (coming from Bluesky in example) on the post page. I seem to have these settings enabled in micro.blog but they still don’t show up so I guess there’s something missing in the theme code to make that work… where to start?
Thanks in advance and best regards,
Kristian
Add this to your single.html template:
{{ if .Site.Params.include_conversation }}
<script type="text/javascript" src="https://micro.blog/conversation.js?url={{ .Permalink }}"></script>
{{ end }}
1 Like
Ah, cool, thanks. Did it.
I see it here, so maybe your theme is not up to date?
I vaguely remember modifying the template to change how the timestamp is displayed. Maybe I removed this by accident or because I didn’t want it back then.