diff --git a/mastodon-api-comments.html b/mastodon-api-comments.html index 69bcb00..967feff 100644 --- a/mastodon-api-comments.html +++ b/mastodon-api-comments.html @@ -1,5 +1,5 @@ -{{ $instance := .Get "instance" | default "false" }} -{{ $status_id := .Get "status_id" | default "false" }} +{{ $instance := .Get "instance" | default "" }} +{{ $status_id := .Get "status_id" | default "" }} {{ partial "mastodon-api-comments-scripts.html" . }}