hugo-mastodon-api-comments/mastodon-api-comments.html

10 lines
344 B
HTML

{{ $instance := .Get "instance" | default "false" }}
{{ $status_id := .Get "status_id" | default "false" }}
<!-- Comments via Mastodon-API -->
{{ partial "mastodon-api-comments-scripts.html" . }}
<p id="fediverse-comments"></p>
<script type="application/javascript">
fetch_fediverse_comments("{{ $instance }}", "{{ $status_id }}");
</script>