diff --git a/layouts/partials/mastodon/mastodon.html b/layouts/partials/mastodon/mastodon.html index 0c22d77..3a63d85 100644 --- a/layouts/partials/mastodon/mastodon.html +++ b/layouts/partials/mastodon/mastodon.html @@ -57,7 +57,7 @@ document.getElementById("load-comment").addEventListener("click", function() { document.getElementById("load-comment").innerHTML = "Loading"; - fetch('http://localhost:85/api/v1/statuses/{{ .Page.Params.comments.id }}/context') + fetch('https://localhost:85/api/v1/statuses/{{ .Page.Params.comments.id }}/context') .then(function(response) { return response.json(); })