Testing.
Behind the scenes, this checkbox is adding a new Hugo parameter .Params.include_conversation
that can be used in a custom theme. All the built-in Micro.blog designs have been updated to check for this parameter and then add the following line of JavaScript:
<script type="text/javascript" src="https://micro.blog/conversation.js?url={{ .Permalink }}"></script>
That’s it.