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

10 lines
344 B
HTML
Raw Normal View History

2019-10-31 05:34:19 +01:00
{{ $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>